Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptEventArgs Members
Include Protected Members
Include Inherited Members
Represents the base class for EventArgs classes in the Microsoft.Speech.Synthesis namespace.
The PromptEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancelled | (inherited from AsyncCompletedEventArgs) | |
Error | (inherited from AsyncCompletedEventArgs) | |
Prompt | Gets the prompt associated with the event. | |
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