SpeechRecognizer.ErrorServer Field

Definition

Caution

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

Server sends error status.

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

Field Value

Value = 4
Attributes

Remarks

Server sends error status.

Java documentation for android.speech.SpeechRecognizer.ERROR_SERVER.

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