다음을 통해 공유


MeetingTranscriptionCanceledEventArgs class

MeetingTranscriptionCanceledEvent의 콘텐츠를 정의합니다.

Extends

CancellationEventArgsBase

생성자

MeetingTranscriptionCanceledEventArgs(CancellationReason, string, CancellationErrorCode, number, string)

이 클래스의 인스턴스를 만들고 초기화합니다.

속성

errorCode

실패한 작업의 오류 코드입니다.

errorDetails

실패한 작업의 경우 발생한 오류에 대한 세부 정보를 제공합니다.

offset

메시지 오프셋을 나타냅니다.

reason

인식이 취소된 이유입니다.

sessionId

세션 식별자를 나타냅니다.

생성자 세부 정보

MeetingTranscriptionCanceledEventArgs(CancellationReason, string, CancellationErrorCode, number, string)

이 클래스의 인스턴스를 만들고 초기화합니다.

new MeetingTranscriptionCanceledEventArgs(reason: CancellationReason, errorDetails: string, errorCode: CancellationErrorCode, offset?: number, sessionId?: string)

매개 변수

reason
CancellationReason

취소 이유입니다.

errorDetails

string

제공된 경우 오류 세부 정보입니다.

offset

number

오프셋입니다.

sessionId

string

세션 ID입니다.

속성 세부 정보

errorCode

실패한 작업의 오류 코드입니다.

CancellationErrorCode errorCode

속성 값

오류 이유를 나타내는 오류 코드입니다.

errorDetails

실패한 작업의 경우 발생한 오류에 대한 세부 정보를 제공합니다.

string errorDetails

속성 값

string

오류 세부 정보를 나타내는 문자열입니다.

offset

메시지 오프셋을 나타냅니다.

number offset

속성 값

number

reason

인식이 취소된 이유입니다.

CancellationReason reason

속성 값

취소된 이유를 지정합니다.

sessionId

세션 식별자를 나타냅니다.

string sessionId

속성 값

string

세션 식별자를 나타냅니다.