Android.Speech.RecognizerResultsIntent Class
Constants for intents related to showing speech recognition results.

See Also: RecognizerResultsIntent Members

Syntax

[Android.Runtime.Register("android/speech/RecognizerResultsIntent", DoNotGenerateAcw=true)]
public class RecognizerResultsIntent : Java.Lang.Object

Remarks

Constants for intents related to showing speech recognition results. These constants should not be needed for normal utilization of speech recognition. They would only be called if you wanted to trigger a view of voice search results in your application, or implemented if you wanted to offer a different view for voice search results with your application. The standard behavior here for someone receiving an RecognizerResultsIntent.ActionVoiceSearchResults is to first retrieve the list of RecognizerResultsIntent.ExtraVoiceSearchResultStrings, and use any provided HTML for that result in RecognizerResultsIntent.ExtraVoiceSearchResultHtml, if available, to display the search results. If that is not available, then the corresponding url for that result in RecognizerResultsIntent.ExtraVoiceSearchResultUrls should be used. And if even that is not available, then a search url should be constructed from the actual 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