SpeechRecognitionEngine.RecognizeAsync Method
Provides asynchronous recognition support
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RecognizeAsync() | Provides a single asynchronous recognition operation on recognition engine input. |
|
RecognizeAsync(RecognizeMode) | Provides either single or multiple asynchronous recognition reoperations on recognition engine input. |
The overloads of InitialSilenceTimeout allow an application to asynchronously perform a single recognition operation or multiple recognition operations.
The results of asynchronous recognition operations are obtained by event handlers, in particular RecognizeCompleted, SpeechRecognitionRejected, and SpeechRecognized.
Recognition failure may be due either to time out, or by a failure of the recognition engine grammar.