Share via


클래스 Speaker::VoiceProfileCancellationDetails

VoiceProfileCancellationDetails에 대한 클래스입니다. 이 클래스는 음성 프로필 결과의 오류 세부 정보를 나타냅니다.

멤버

ErrorCode

구문: public const CancellationErrorCode & ErrorCode;

음성 프로필 작업이 실패한 경우의 오류 코드입니다(이유는 오류로 설정됨). Reason가 Error가 아니면 ErrorCode가 NoError로 설정됩니다.

ErrorDetails

구문: public const std::string ErrorDetails;

음성 프로필 작업이 실패한 경우 오류 메시지입니다(이유는 오류로 설정됨).

FromResult

구문: public inline static std::shared_ptr< VoiceProfileCancellationDetails > FromResult ( std::shared_ptr< VoiceProfileResult > result );

취소된 VoiceProfile에 대한 VoiceProfileCancellationDetails 개체의 인스턴스를 만듭니다.

매개 변수

  • result 취소된 결과입니다.

반환

VoiceProfileCancellationDetails에 대한 공유 포인터입니다.