SpeechRecognizer.RecognizeWithUIAsync Method

Definition

Asynchronously starts a speech recognition session that includes additional UI mechanisms, including prompts, examples, text-to-speech (TTS), and confirmations.

public:
 virtual IAsyncOperation<SpeechRecognitionResult ^> ^ RecognizeWithUIAsync() = RecognizeWithUIAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SpeechRecognitionResult> RecognizeWithUIAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpeechRecognitionResult> RecognizeWithUIAsync();
function recognizeWithUIAsync()
Public Function RecognizeWithUIAsync () As IAsyncOperation(Of SpeechRecognitionResult)

Returns

The result of the speech recognition session as a SpeechRecognitionResult object.

Attributes

Remarks

The UI mechanisms supported by RecognizeWithUIAsync are specified by the UIOptions property.

Applies to

See also