Android.Speech.RecognizerIntent.ExtraWebSearchOnly Field
Optional boolean, to be used with RecognizerIntent.ActionWebSearch, to indicate whether to only fire web searches in response to a user's speech.

Syntax

[Android.Runtime.Register("EXTRA_WEB_SEARCH_ONLY")]
public const string ExtraWebSearchOnly

Remarks

Optional boolean, to be used with RecognizerIntent.ActionWebSearch, 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.

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11