RecognizerIntent.ExtraWebSearchOnly Field

Definition

Optional boolean, to be used with #ACTION_WEB_SEARCH, to indicate whether to only fire web searches in response to a user's speech.

[Android.Runtime.Register("EXTRA_WEB_SEARCH_ONLY")]
public const string ExtraWebSearchOnly;
[<Android.Runtime.Register("EXTRA_WEB_SEARCH_ONLY")>]
val mutable ExtraWebSearchOnly : string

Field Value

Attributes

Remarks

Optional boolean, to be used with #ACTION_WEB_SEARCH, to indicate whether to only fire web searches in response to a user's speech. The default is false, meaning that other types of actions can be taken based on the user's speech.

Java documentation for android.speech.RecognizerIntent.EXTRA_WEB_SEARCH_ONLY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to