Share via


RecognizerIntent.LanguageSwitchQuickResponse Field

Definition

A value to use for #EXTRA_ENABLE_LANGUAGE_SWITCH.

[Android.Runtime.Register("LANGUAGE_SWITCH_QUICK_RESPONSE", ApiSince=34)]
public const string LanguageSwitchQuickResponse;
[<Android.Runtime.Register("LANGUAGE_SWITCH_QUICK_RESPONSE", ApiSince=34)>]
val mutable LanguageSwitchQuickResponse : string

Field Value

Attributes

Remarks

A value to use for #EXTRA_ENABLE_LANGUAGE_SWITCH.

Enables language switch only when a new language is detected as at least SpeechRecognizer#LANGUAGE_DETECTION_CONFIDENCE_LEVEL_NOT_CONFIDENT, which means the service should switch at the earliest moment possible.

Java documentation for android.speech.RecognizerIntent.LANGUAGE_SWITCH_QUICK_RESPONSE.

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