SpeechRecognitionConfidence Enumeration

Specifies the levels of confidence that describe how accurately a spoken phrase was matched to a phrase in an active grammar.

Syntax

public enum class SpeechRecognitionConfidence  

Members

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.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

Windows.Xbox.Speech.Recognition Namespace