SpeechRecognitionResultDetail.ConfidenceScore property

Gets the confidence level of the recognition result as a floating-point value.

Syntax

public float ConfidenceScore { get; }
Public ReadOnly Property ConfidenceScore As Single
public:
property float ConfidenceScore { 
   float get();
}

Property value

Type: System.Single [.NET] | float32 [C++]

The confidence level of the recognition result.

Remarks

ConfidenceScore returns a floating-point representation of the confidence level. For a more general representation of the level, use TextConfidence, which returns an enumeration value such as low, medium and high.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechRecognitionResultDetail