SpeechRecognizer.ErrorNoMatch フィールド

定義

注意事項

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

認識結果が一致しません。

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

フィールド値

Value = 7
属性

注釈

認識結果が一致しません。

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

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

適用対象