RecognizeCompletedEventArgs Properties
.NET Framework 4.5
The RecognizeCompletedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AudioPosition | Gets the location in the input device's audio stream associated with the SpeechRecognitionEngine.RecognizeCompleted event. |
|
BabbleTimeout | Gets a value that indicates whether a babble timeout generated the SpeechRecognitionEngine.RecognizeCompleted event. |
|
Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) |
|
Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) |
|
InitialSilenceTimeout | Gets a value that indicates whether an initial silence timeout generated the SpeechRecognitionEngine.RecognizeCompleted event. |
|
InputStreamEnded | Gets a value indicating whether the input stream ended. |
|
Result | Gets the recognition result. |
|
UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |