Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.06 KB

speechrecognitionresult_confidence.md

File metadata and controls

26 lines (17 loc) · 1.06 KB
-api-id -api-type
P:Windows.Media.SpeechRecognition.SpeechRecognitionResult.Confidence
winrt property

Windows.Media.SpeechRecognition.SpeechRecognitionResult.Confidence

-description

Gets a value that indicates the confidence of the speech recognizer in the recognition result.

-property-value

The confidence level of the recognition result.

-remarks

Call GetAlternates for the full collection of recognition alternatives, ordered by confidence from most likely to least likely. The first item in the collection is the recognition result indicated by the parent object.

-examples

-see-also

RawConfidence, Speech interactions, Speech recognition and speech synthesis sample