SpeechRecognitionResultDetail.ConfidenceScore Property

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

Syntax

public:
property float32 ConfidenceScore {
         float32 get ();
}  

Property value

Type: float32 

  The confidence level of the recognition result.

Remarks

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

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognitionResultDetail Class

SpeechRecognitionResultDetail Members

Windows.Xbox.Speech.Recognition Namespace