SpeechRecognizer.ErrorTooManyRequests Feld

Definition

Achtung

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

Zu viele Anforderungen vom gleichen Client.

[Android.Runtime.Register("ERROR_TOO_MANY_REQUESTS", 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 ErrorTooManyRequests = 10;
[<Android.Runtime.Register("ERROR_TOO_MANY_REQUESTS", 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 ErrorTooManyRequests : Android.Speech.SpeechRecognizerError

Feldwert

Value = 10
Attribute

Hinweise

Zu viele Anforderungen vom gleichen Client.

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

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: