RecognizerIntent.ExtraLanguageModel Field

Definition

Informs the recognizer which speech model to prefer when performing #ACTION_RECOGNIZE_SPEECH.

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

Field Value

Attributes

Remarks

Informs the recognizer which speech model to prefer when performing #ACTION_RECOGNIZE_SPEECH. The recognizer uses this information to fine tune the results. This extra is required. Activities implementing #ACTION_RECOGNIZE_SPEECH may interpret the values as they see fit.

Java documentation for android.speech.RecognizerIntent.EXTRA_LANGUAGE_MODEL.

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

See also