RecognizerResultsIntent.ActionVoiceSearchResults Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Intent that can be sent by implementations of voice search to display the results of a search in, for example, a web browser.
[Android.Runtime.Register("ACTION_VOICE_SEARCH_RESULTS")]
public const string ActionVoiceSearchResults;
[<Android.Runtime.Register("ACTION_VOICE_SEARCH_RESULTS")>]
val mutable ActionVoiceSearchResults : string
Field Value
- Attributes
Remarks
Java documentation for android.speech.RecognizerResultsIntent.ACTION_VOICE_SEARCH_RESULTS.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.