ConversationTranslationCanceledEventArgs class
- Extends
-
CancellationEventArgsBase
생성자
Conversation |
이 클래스의 인스턴스를 만들고 초기화합니다. |
속성
error |
실패한 작업의 경우 오류 코드입니다. |
error |
실패한 작업의 경우 는 발생한 오류에 대한 세부 정보를 제공합니다. |
offset | 메시지 오프셋을 나타냅니다. |
reason | 인식이 취소된 이유입니다. |
session |
세션 식별자를 나타냅니다. |
생성자 세부 정보
ConversationTranslationCanceledEventArgs(CancellationReason, string, CancellationErrorCode, number, string)
이 클래스의 인스턴스를 만들고 초기화합니다.
new ConversationTranslationCanceledEventArgs(reason: CancellationReason, errorDetails: string, errorCode: CancellationErrorCode, offset?: number, sessionId?: string)
매개 변수
- reason
- CancellationReason
취소 이유입니다.
- errorDetails
-
string
제공된 경우 오류 세부 정보입니다.
- errorCode
- CancellationErrorCode
- offset
-
number
오프셋입니다.
- sessionId
-
string
세션 ID입니다.
속성 세부 정보
errorCode
실패한 작업의 경우 오류 코드입니다.
CancellationErrorCode errorCode
속성 값
오류 이유를 나타내는 오류 코드입니다.
errorDetails
실패한 작업의 경우 는 발생한 오류에 대한 세부 정보를 제공합니다.
string errorDetails
속성 값
string
오류 세부 정보를 나타내는 문자열입니다.
offset
메시지 오프셋을 나타냅니다.
number offset
속성 값
number
reason
sessionId
세션 식별자를 나타냅니다.
string sessionId
속성 값
string
세션 식별자를 나타냅니다.