Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SpeechRecognizer.RecognizeWithUIAsync Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?