SpeechRecognizer.RecognizeAsync 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.
Begins a speech recognition session for a SpeechRecognizer object.
public:
virtual IAsyncOperation<SpeechRecognitionResult ^> ^ RecognizeAsync() = RecognizeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SpeechRecognitionResult> RecognizeAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpeechRecognitionResult> RecognizeAsync();
function recognizeAsync()
Public Function RecognizeAsync () As IAsyncOperation(Of SpeechRecognitionResult)
Returns
The result of the speech recognition session that was initiated by the SpeechRecognizer object.
- Attributes