Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 980 Bytes

speechrecognitionconfidence.md

File metadata and controls

34 lines (23 loc) · 980 Bytes
-api-id -api-type
T:Windows.Media.SpeechRecognition.SpeechRecognitionConfidence
winrt enum

SpeechRecognitionConfidence

-description

Specifies confidence levels that indicate how accurately a spoken phrase was matched to a phrase in an active constraint.

-enum-fields

-field High:0

The confidence level is high.

-field Medium:1

The confidence level is medium.

-field Low:2

The confidence level is low.

-field Rejected:3

The spoken phrase was not matched to any phrase in any active grammar.

-remarks

-examples

-see-also

Windows.Media.SpeechRecognition, Speech interactions, Speech recognition and speech synthesis sample