class RecognitionResult
인식 작업의 결과에 대한 자세한 정보를 포함합니다.
멤버
ResultId
구문: public const std::string & ResultId;
고유 결과 ID입니다.
이유
구문: public const Speech::ResultReason & Reason;
인식 이유입니다.
텍스트
구문: public const std::string & Text;
인식된 입력에서 음성 인식 엔진에서 생성된 정규화된 텍스트입니다.
속성
구문: public constPropertyCollection & Properties;
추가 RecognitionResult 속성의 컬렉션입니다.
~RecognitionResult
구문: public inline virtual ~RecognitionResult ( );
가상 소멸자.
Duration
구문: public inline uint64_t Duration ( ) const;
인식된 음성의 기간(틱 단위)입니다. 틱 하나는 100나노초 또는 1/1000만 초를 나타냅니다.
반환
인식된 음성의 기간(틱 단위)입니다.
Offset
구문: public inline uint64_t Offset ( ) const;
인식된 음성의 오프셋(틱 단위)입니다. 틱 하나는 100나노초 또는 1/1000만 초를 나타냅니다.
반환
인식된 음성의 오프셋(틱 단위)입니다.
연산자 SPXRESULTHANDLE
구문: public inline explicit operator SPXRESULTHANDLE ( );
내부에서 사용됩니다. 명시적 변환 연산자입니다.
반환
핸들입니다.