Gets the confidence level of the recognition result as a floating-point value.
public:
property float32 ConfidenceScore {
float32 get ();
}
Type: float32
The confidence level of the recognition result.
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.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechRecognitionResultDetail Class