Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SpeechRecognizer.RecognizeAsync Method
Definition
- Namespace:
- Windows.Media.SpeechRecognition
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
Applies to
See also
Feedback
Was this page helpful?
