RecognizeCompletedEventArgs Members
From Microsoft Speech Platform SDK 11
| RecognizeCompletedEventArgs Members |
| RecognizeCompletedEventArgs Class Methods Properties See Also Send Feedback |
Provides data for the RecognizeCompleted event.
The RecognizeCompletedEventArgs type exposes the following members.
Properties
| 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 | (Inherited from AsyncCompletedEventArgs.) | |
| Error | (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 | (Inherited from AsyncCompletedEventArgs.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RaiseExceptionIfNecessary | (Inherited from AsyncCompletedEventArgs.) | |
| ToString | (Inherited from Object.) |