Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.23 KB

speechrecognitionresult_getalternates_1293755280.md

File metadata and controls

27 lines (19 loc) · 1.23 KB
-api-id -api-type
M:Windows.Media.SpeechRecognition.SpeechRecognitionResult.GetAlternates(System.UInt32)
winrt method

Windows.Media.SpeechRecognition.SpeechRecognitionResult.GetAlternates

-description

Gets a collection of recognition result alternatives, ordered by RawConfidence from most likely to least likely. The first item in the collection is the recognition result indicated by the parent object.

-parameters

-param maxAlternates

The maximum number of speech recognition results to return in the collection.

-returns

A collection of speech recognition results, ordered by confidence from most likely to least likely.

-remarks

-examples

-see-also

Confidence, RawConfidence, Speech interactions, Speech recognition and speech synthesis sample