RecognitionPart.ConfidenceLevelUnknown Campo

Definición

Precaución

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

Nivel de confianza no solicitado.

[Android.Runtime.Register("CONFIDENCE_LEVEL_UNKNOWN", 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 ConfidenceLevelUnknown = 0;
[<Android.Runtime.Register("CONFIDENCE_LEVEL_UNKNOWN", 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 ConfidenceLevelUnknown : Android.Speech.RecognitionConfidenceLevel

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Nivel de confianza no solicitado.

Java documentación para android.speech.RecognitionPart.CONFIDENCE_LEVEL_UNKNOWN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a