Compartir a través de


SpeechRecognizer.LanguageSwitchResultNotAttempted Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Speech.LanguageSwitchResult enum directly instead of this field.

No se intentó cambiar.

[Android.Runtime.Register("LANGUAGE_SWITCH_RESULT_NOT_ATTEMPTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Speech.LanguageSwitchResult enum directly instead of this field.", true)]
public const Android.Speech.LanguageSwitchResult LanguageSwitchResultNotAttempted = 0;
[<Android.Runtime.Register("LANGUAGE_SWITCH_RESULT_NOT_ATTEMPTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Speech.LanguageSwitchResult enum directly instead of this field.", true)>]
val mutable LanguageSwitchResultNotAttempted : Android.Speech.LanguageSwitchResult

Valor de campo

Value = 0
Atributos

Comentarios

No se intentó cambiar.

Documentación de Java para android.speech.SpeechRecognizer.LANGUAGE_SWITCH_RESULT_NOT_ATTEMPTED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a