RecognitionPart.ConfidenceLevelMediumLow フィールド

定義

注意事項

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

5 つのレベルから 2 番目に低い信頼度。

[Android.Runtime.Register("CONFIDENCE_LEVEL_MEDIUM_LOW", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Speech.RecognitionConfidenceLevel enum directly instead of this field.", true)]
public const Android.Speech.RecognitionConfidenceLevel ConfidenceLevelMediumLow = 2;
[<Android.Runtime.Register("CONFIDENCE_LEVEL_MEDIUM_LOW", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Speech.RecognitionConfidenceLevel enum directly instead of this field.", true)>]
val mutable ConfidenceLevelMediumLow : Android.Speech.RecognitionConfidenceLevel

フィールド値

Value = 2

実装

属性

注釈

5 つのレベルから 2 番目に低い信頼度。

android.speech.RecognitionPart.CONFIDENCE_LEVEL_MEDIUM_LOWJava ドキュメント。

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

適用対象