Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
RecognizeCompletedEventArgs Members
Include Protected Members
Include Inherited Members
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) |
Top
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) |
Top