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
const | ActionVoiceSearchResults | string. Intent that can be sent by implementations of voice search to display the results of a search in, for example, a web browser. |
const | ExtraVoiceSearchResultHtml | string. 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 | ExtraVoiceSearchResultHtmlBaseUrls | string. 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 | ExtraVoiceSearchResultHttpHeaders | string. The key to an extra Android.Runtime.JavaList of Android.OS.Bundles that contains key/value pairs. |
const | ExtraVoiceSearchResultStrings | string. 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 | ExtraVoiceSearchResultUrls | string. 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 | UriSchemeInline | string. The scheme used currently for html content in RecognizerResultsIntent.ExtraVoiceSearchResultHtml. |