Partager via


SpeechRecognizer.ErrorServerDisconnected Champ

Définition

Attention

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

Le serveur a été déconnecté, e.

[Android.Runtime.Register("ERROR_SERVER_DISCONNECTED", 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 ErrorServerDisconnected = 11;
[<Android.Runtime.Register("ERROR_SERVER_DISCONNECTED", 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 ErrorServerDisconnected : Android.Speech.SpeechRecognizerError

Valeur de champ

Value = 11
Attributs

Remarques

Le serveur a été déconnecté, par exemple, parce que l’application s’est bloquée.

Documentation Java pour android.speech.SpeechRecognizer.ERROR_SERVER_DISCONNECTED.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à