Android.Speech.RecognizerIntent.ExtraLanguageModel Field
Informs the recognizer which speech model to prefer when performing RecognizerIntent.ActionRecognizeSpeech.

Syntax

[Android.Runtime.Register("EXTRA_LANGUAGE_MODEL")]
public const string ExtraLanguageModel

See Also

RecognizerIntent.LanguageModelFreeForm
RecognizerIntent.LanguageModelWebSearch

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3