Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SpeechRecognizedEventArgs Members
Include Protected Members
Include Inherited Members
Provides information for the Grammar.SpeechRecognized and SpeechRecognitionEngine.SpeechRecognized events.
The SpeechRecognizedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsExtendable | Gets whether this recognition can be extended by additional input. | |
Result | Gets the results of the speech or DTMF recognition operation. (inherited from RecognitionEventArgs) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top