class SpeechSynthesisBookmarkEventArgs
class SpeechSynthesisBookmarkEventArgs
: public EventArgs
음성 합성 책갈피 이벤트 인수에 대한 클래스입니다. 버전 1.16.0에 추가되었습니다.
멤버
ResultId
구문: public const std::string & ResultId;
고유 결과 ID입니다. 버전 1.25.0에 추가되었습니다.
AudioOffset
구문: public uint64_t AudioOffset;
오디오 오프셋(틱)(100나노초)입니다.
텍스트
구문: public const std::string & Text;
책갈피 텍스트입니다.
SpeechSynthesisBookmarkEventArgs
구문: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );
생성자입니다.
매개 변수
hevent
이벤트 핸들
~SpeechSynthesisBookmarkEventArgs
구문: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );