RecognizerIntent.ExtraLanguageSwitchMaxSwitches Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.