Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SessionCompletedEventArgs Members
Include Protected Members
Include Inherited Members
Contains information that can be used in the event handler of the application when the SessionCompleted event is raised during an asynchronous Browser session.
The SessionCompletedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancelled | (inherited from AsyncCompletedEventArgs) | |
Error | (inherited from AsyncCompletedEventArgs) | |
Result | Gets the result of a completed Browser session, represented by a VoiceXmlResult object. | |
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