SpeechRecognizer.ErrorTooManyRequests フィールド

定義

注意事項

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

同じクライアントからの要求が多すぎます。

[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

フィールド値

Value = 10
属性

注釈

同じクライアントからの要求が多すぎます。

の Java ドキュメント android.speech.SpeechRecognizer.ERROR_TOO_MANY_REQUESTS

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象