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).

Java documentación para android.speech.SpeechRecognizer.ERROR_LANGUAGE_UNAVAILABLE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a