RecognizerIntent.LanguageSwitchHighPrecision 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.
A value to use for #EXTRA_ENABLE_LANGUAGE_SWITCH
.
[Android.Runtime.Register("LANGUAGE_SWITCH_HIGH_PRECISION", ApiSince=34)]
public const string LanguageSwitchHighPrecision;
[<Android.Runtime.Register("LANGUAGE_SWITCH_HIGH_PRECISION", ApiSince=34)>]
val mutable LanguageSwitchHighPrecision : 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 SpeechRecognizer#LANGUAGE_DETECTION_CONFIDENCE_LEVEL_HIGHLY_CONFIDENT
, which means the service may wait for longer before switching.
Java documentation for android.speech.RecognizerIntent.LANGUAGE_SWITCH_HIGH_PRECISION
.
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.