SpeechRecognitionConfidence enumeration
The SpeechRecognitionConfidence enumeration rates the estimated accuracy of a speech recognition result.
Syntax
public enum SpeechRecognitionConfidence
The SpeechRecognitionConfidence enumeration has the following members.
Members
Name |
Description |
---|---|
High |
The speech engine has a high confidence in the result. |
Medium |
The speech engine has a normal confidence in the result. |
Low |
The speech engine has a low confidence in the result. |
Rejected |
The speech engine could not determine a likely result. |
Requirements
Minimum Supported Client |
Windows 8 |
Required Extensions |
Bing.Speech |
Namespace |