Sprache

SpeechRecognizer.ErrorLanguageUnavailable Feld

Definition

Achtung

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

Angeforderte Sprache wird unterstützt, ist aber derzeit nicht verfügbar (e.

[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

Feldwert

Value = 13
Attribute

Hinweise

Die angeforderte Sprache wird unterstützt, ist aber derzeit nicht verfügbar (z. B. noch nicht heruntergeladen).

Java Dokumentation für android.speech.SpeechRecognizer.ERROR_LANGUAGE_UNAVAILABLE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: