RecognizerIntent.ActionWebSearch Field

Definition

Starts an activity that will prompt the user for speech, send it through a speech recognizer, and either display a web search result or trigger another type of action based on the user's speech.

[Android.Runtime.Register("ACTION_WEB_SEARCH")]
public const string ActionWebSearch;
[<Android.Runtime.Register("ACTION_WEB_SEARCH")>]
val mutable ActionWebSearch : string

Field Value

String
Attributes

Remarks

Java documentation for android.speech.RecognizerIntent.ACTION_WEB_SEARCH.

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.

Applies to