Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
VoiceChangeEventArgs Members
Include Protected Members
Include Inherited Members
Returns data from the VoiceChange event.
The VoiceChangeEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancelled | (inherited from AsyncCompletedEventArgs) | |
Error | (inherited from AsyncCompletedEventArgs) | |
Prompt | Gets the prompt associated with the event. (inherited from PromptEventArgs) | |
UserState | (inherited from AsyncCompletedEventArgs) | |
Voice | Gets the VoiceInfo object of the new voice. |
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