Android.Speech.RecognizerResultsIntent.ActionVoiceSearchResults Field
Intent that can be sent by implementations of voice search to display the results of a search in, for example, a web browser.

Syntax

[Android.Runtime.Register("ACTION_VOICE_SEARCH_RESULTS")]
public const string ActionVoiceSearchResults

Remarks

Intent that can be sent by implementations of voice search to display the results of a search in, for example, a web browser. This intent should always be accompanied by at least RecognizerResultsIntent.ExtraVoiceSearchResultStrings, and optionally but recommended, RecognizerResultsIntent.ExtraVoiceSearchResultUrls, and sometimes RecognizerResultsIntent.ExtraVoiceSearchResultHtml and RecognizerResultsIntent.ExtraVoiceSearchResultHtmlBaseUrls. These are parallel arrays, where a recognition result string at index N of RecognizerResultsIntent.ExtraVoiceSearchResultStrings should be accompanied by a url to use for searching based on that string at index N of RecognizerResultsIntent.ExtraVoiceSearchResultUrls, and, possibly, the full html to display for that result at index N of RecognizerResultsIntent.ExtraVoiceSearchResultHtml. If full html is provided, a base url (or list of base urls) should be provided with RecognizerResultsIntent.ExtraVoiceSearchResultHtmlBaseUrls.

[Android Documentation]

Requirements

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