ConversationTranscriptionCanceledEventArgs class
Defines content of a RecognitionErrorEvent.
- Extends
-
CancellationEventArgsBase
Constructors
Conversation |
Creates and initializes an instance of this class. |
Properties
error |
The error code in case of an unsuccessful operation. |
error |
In case of an unsuccessful operation, provides details of the occurred error. |
offset | Represents the message offset |
reason | The reason the recognition was canceled. |
session |
Represents the session identifier. |
Constructor Details
ConversationTranscriptionCanceledEventArgs(CancellationReason, string, CancellationErrorCode, number, string)
Creates and initializes an instance of this class.
new ConversationTranscriptionCanceledEventArgs(reason: CancellationReason, errorDetails: string, errorCode: CancellationErrorCode, offset?: number, sessionId?: string)
Parameters
- reason
- CancellationReason
The cancellation reason.
- errorDetails
-
string
Error details, if provided.
- errorCode
- CancellationErrorCode
- offset
-
number
The offset.
- sessionId
-
string
The session id.
Property Details
errorCode
The error code in case of an unsuccessful operation.
CancellationErrorCode errorCode
Property Value
An error code that represents the error reason.
errorDetails
In case of an unsuccessful operation, provides details of the occurred error.
string errorDetails
Property Value
string
A String that represents the error details.
offset
Represents the message offset
number offset
Property Value
number
reason
The reason the recognition was canceled.
CancellationReason reason
Property Value
Specifies the reason canceled.
sessionId
Represents the session identifier.
string sessionId
Property Value
string
Represents the session identifier.