ISpeechRecognizer.RecognizeAsync Method

Listens for the next utterance and returns when the result is ready.

Syntax

public:
IAsyncOperation<SpeechRecognitionResult^ >^ RecognizeAsync()  

Return value

Type: IAsyncOperation<SpeechRecognitionResult^ > 

The result of the speech recognition.

Remarks

Continuous synchronous speech recognition is preferred on the Xbox One.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

Windows.Xbox.Speech.Recognition Namespace