다음을 통해 공유


class Transcription::ConversationTranscriptionCanceledEventArgs

class Transcription::ConversationTranscriptionCanceledEventArgs
  : public Transcription::ConversationTranscriptionEventArgs

대화에 대한 클래스는 취소된 이벤트 인수를 전사합니다.

멤버

이유

구문: public const CancellationReason & Reason;

결과가 취소된 이유입니다.

오류 코드

구문: public const CancellationErrorCode & ErrorCode;

인식에 실패한 경우의 오류 코드입니다(이유는 오류로 설정됨). Reason가 Error가 아니면 ErrorCode가 NoError로 설정됩니다.

ErrorDetails

구문: public const std::string ErrorDetails;

인식에 실패한 경우의 오류 메시지입니다(이유는 오류로 설정됨).

ConversationTranscriptionCanceledEventArgs

구문: public inline explicit ConversationTranscriptionCanceledEventArgs ( SPXEVENTHANDLE hevent );

생성자입니다.

매개 변수

  • hevent 이벤트 핸들

~ConversationTranscriptionCanceledEventArgs

구문: public inline virtual ~ConversationTranscriptionCanceledEventArgs ( );