Android.Speech.RecognizerResultsIntent: Field Members

The fields of Android.Speech.RecognizerResultsIntent are listed below. For a list of all members, see the RecognizerResultsIntent Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ActionVoiceSearchResultsstring. Intent that can be sent by implementations of voice search to display the results of a search in, for example, a web browser.
const
ExtraVoiceSearchResultHtmlstring. The key to an extra Android.Runtime.JavaList of Java.Lang.Strings that contains the html content to use, if available, for the recognition alternates provided in RecognizerResultsIntent.ExtraVoiceSearchResultStrings.
const
ExtraVoiceSearchResultHtmlBaseUrlsstring. The key to an extra Android.Runtime.JavaList of Java.Lang.Strings that contains the base url to assume when interpreting html provided in RecognizerResultsIntent.ExtraVoiceSearchResultHtml.
const
ExtraVoiceSearchResultHttpHeadersstring. The key to an extra Android.Runtime.JavaList of Android.OS.Bundles that contains key/value pairs.
const
ExtraVoiceSearchResultStringsstring. The key to an extra Android.Runtime.JavaList of Java.Lang.Strings that contains the list of recognition alternates from voice search, in order from highest to lowest confidence.
const
ExtraVoiceSearchResultUrlsstring. 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.
const
UriSchemeInlinestring. The scheme used currently for html content in RecognizerResultsIntent.ExtraVoiceSearchResultHtml.