SpeechRecognitionResult.TextConfidence Property

Gets the confidence level of the result as an enumeration value.

Syntax

public:
property SpeechRecognitionConfidence TextConfidence {
         SpeechRecognitionConfidence get ();
}  

Property value

Type: SpeechRecognitionConfidence 

The confidence level of the result.

Remarks

TextConfidence returns an enumeration value such as low, medium and high. For a more specific confidence level, use the ConfidenceScore floating-point value returned in the Details property.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognitionResult Class

SpeechRecognitionResult Members

Windows.Xbox.Speech.Recognition Namespace