다음을 통해 공유


클래스 Speaker::VoiceProfilePhraseResult

VoiceProfilePhraseResult에 대한 클래스입니다. 이 클래스는 화자 인식에 유효한 활성화 구를 요청한 결과를 나타냅니다. 버전 1.18.0에 추가되었습니다.

멤버

ResultId

구문: public const std::string & ResultId;

고유 결과 ID입니다.

이유

구문: public const ResultReason & Reason;

음성 프로필 결과 이유입니다.

속성

구문: public PropertyCollection & Properties;

이 VoiceProfilePhraseResult에 대해 정의된 속성 및 해당 값의 컬렉션입니다.

VoiceProfilePhraseResult

구문: public inline explicit VoiceProfilePhraseResult ( SPXRESULTHANDLE hresult );

~VoiceProfilePhraseResult

구문: public inline virtual ~VoiceProfilePhraseResult ( );

GetPhrases

구문: public inline std::shared_ptr< std::vector< std::string > > GetPhrases ( );

활성화 구를 가져옵니다.

반환

문자열 형식의 구 벡터

연산자 SPXRESULTHANDLE

구문: public inline explicit operator SPXRESULTHANDLE ( );

내부에서 사용됩니다. 명시적 변환 연산자입니다.

반환

핸들입니다.