Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
StateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Returns data from the StateChanged event.
The StateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
PreviousState | Gets the state of the SpeechSynthesizer before the StateChanged event. | |
State | Gets the state of the SpeechSynthesizer after the StateChanged event. |
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