Android.Speech.RecognizerResultsIntent.ExtraVoiceSearchResultUrls Field
The key to an extra Android.Runtime.JavaList of Java.Lang.Strings that contains the search urls to use, if available, for the recognition alternates provided in RecognizerResultsIntent.ExtraVoiceSearchResultStrings.

Syntax

[Android.Runtime.Register("EXTRA_VOICE_SEARCH_RESULT_URLS")]
public const string ExtraVoiceSearchResultUrls

Remarks

The key to an extra Android.Runtime.JavaList of Java.Lang.Strings that contains the search urls to use, if available, for the recognition alternates provided in RecognizerResultsIntent.ExtraVoiceSearchResultStrings. This list should always be the same size as the one provided in RecognizerResultsIntent.ExtraVoiceSearchResultStrings - if a result cannot provide a search url, that entry in this ArrayList should be null, and the implementor of RecognizerResultsIntent.ActionVoiceSearchResults should execute a search of its own choosing, based on the recognition result string.

[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