Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
ProprietaryEngineEventArgs Members
Include Protected Members
Include Inherited Members
Returns data from an event raised by a proprietary speech synthesis engine.
The ProprietaryEngineEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancelled | (inherited from AsyncCompletedEventArgs) | |
Error | (inherited from AsyncCompletedEventArgs) | |
EventId | Gets the identifier of the event raised by a proprietary speech synthesis engine. | |
Prompt | Gets the prompt associated with the event. (inherited from PromptEventArgs) | |
ProprietaryData | Gets the data from the event raised by a proprietary speech synthesis engine. | |
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