The SpeechRecognizerEvent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SpeechRecognizerEvent | Initializes a new instance of the SpeechRecognizerEvent class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| stateChanged |
Used to notify when the audio recorder state changes.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| RECORDING_CANCELED |
Fired when audio recording has been canceled. A user can cancel
recording by pressing the red cancel button.
| |
| RECORDING_COMMITTED |
Fired when audio recording has been committed. No new audio will be
recorded after you receive this event.
| |
| RECORDING_ERROR |
Fired when an error occurred. lastException will contain error
details (if available)
|