다음을 통해 공유


RecognizerIntent.ExtraLanguageSwitchMaxSwitches Field

Definition

Optional integer to use for #EXTRA_ENABLE_LANGUAGE_SWITCH.

[Android.Runtime.Register("EXTRA_LANGUAGE_SWITCH_MAX_SWITCHES", ApiSince=35)]
public const string ExtraLanguageSwitchMaxSwitches;
[<Android.Runtime.Register("EXTRA_LANGUAGE_SWITCH_MAX_SWITCHES", ApiSince=35)>]
val mutable ExtraLanguageSwitchMaxSwitches : string

Field Value

Attributes

Remarks

Optional integer to use for #EXTRA_ENABLE_LANGUAGE_SWITCH. If set, the language switch will be deactivated when LANGUAGE_SWITCH_MAX_SWITCHES reached.

Depending on the recognizer implementation, this flag may have no effect.

Java documentation for android.speech.RecognizerIntent.EXTRA_LANGUAGE_SWITCH_MAX_SWITCHES.

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