Compartir a través de


SpeechRecognizer.ErrorLanguageUnavailable Campo

Definición

Precaución

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

Se admite el idioma solicitado, pero no está disponible actualmente (por ejemplo,

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

Valor de campo

Value = 13
Atributos

Comentarios

Se admite el idioma solicitado, pero no está disponible actualmente (por ejemplo, aún no se ha descargado).

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

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