Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the confidence level that describes how accurately a spoken phrase was matched to a phrase in an active grammar.
Syntax
public enum SpeechRecognitionConfidence
Public Enum SpeechRecognitionConfidence
public enum class SpeechRecognitionConfidence
Members
The SpeechRecognitionConfidence enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Rejected | 0 | The spoken phrase was not matched to any phrase in any active grammar. |
| Low | 1 | The confidence level is low. |
| Medium | 2 | The confidence level is medium. |
| High | 3 | The confidence level is high. |
Remarks
For more information about working with confidence levels, see Working with speech recognition results for Windows Phone.
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] |
Attributes
[Version(0x06020000)]