Specifies the levels of confidence that describe how accurately a spoken phrase was matched to a phrase in an active grammar.
public enum class SpeechRecognitionConfidence
| Member | Description |
|---|---|
| High | The confidence level is greater than or equal to 0.8. |
| Medium | The confidence level is greater than or equal to 0.5 and less than 0.8. |
| Low | The confidence level is less than 0.5. |
| Rejected | The spoken phrase was not matched to any phrase in any active grammar. This enumeration value is used only with the RecognizeAsync method. |
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd