SpeechRecognizer.ErrorCannotListenToDownloadEvents Field

Definition

Caution

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

The service does not support listening to model downloads events.

[Android.Runtime.Register("ERROR_CANNOT_LISTEN_TO_DOWNLOAD_EVENTS", ApiSince=34)]
[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 ErrorCannotListenToDownloadEvents = 15;
[<Android.Runtime.Register("ERROR_CANNOT_LISTEN_TO_DOWNLOAD_EVENTS", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Speech.SpeechRecognizerError enum directly instead of this field.", true)>]
val mutable ErrorCannotListenToDownloadEvents : Android.Speech.SpeechRecognizerError

Field Value

Value = 15
Attributes

Remarks

The service does not support listening to model downloads events.

Java documentation for android.speech.SpeechRecognizer.ERROR_CANNOT_LISTEN_TO_DOWNLOAD_EVENTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to