SpeechRecognitionResult.GetAlternates Method

Gets a collection of speech recognition results, ordered from most likely to least likely.

Syntax

public:
IVectorView<SpeechRecognitionResult^ >^ GetAlternates(
         uint32 maxAlternates
)  

Parameters

maxAlternates
Type: uint32 

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

Return value

Type: IVectorView<SpeechRecognitionResult^ > 

  A collection of speech recognition results, ordered from most likely to least likely. The first item in the collection is the same result that is represented by the parent object.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognitionResult Class

SpeechRecognitionResult Members

Windows.Xbox.Speech.Recognition Namespace