class SpeechSynthesisWordBoundaryEventArgs
class SpeechSynthesisWordBoundaryEventArgs
: public EventArgs
음성 합성 단어 경계 이벤트 인수에 대한 클래스입니다. 버전 1.7.0에 추가되었습니다.
멤버
ResultId
구문: public const std::string & ResultId;
고유 결과 ID입니다. 버전 1.25.0에 추가되었습니다.
AudioOffset
구문: public uint64_t AudioOffset;
Word 경계 오디오 오프셋입니다.
Duration
구문: public const std::chrono::milliseconds & Duration;
오디오의 기간입니다. 버전 1.21.0에 추가되었습니다.
TextOffset
구문: public uint32_t TextOffset;
Word 경계 텍스트 오프셋입니다.
WordLength
구문: public uint32_t WordLength;
단어 경계 단어 길이입니다.
텍스트
구문: public const std::string & Text;
텍스트입니다. 버전 1.21.0에 추가되었습니다.
BoundaryType
구문: public const SpeechSynthesisBoundaryType & BoundaryType;
Word 경계 유형입니다. 버전 1.21.0에 추가되었습니다.
SpeechSynthesisWordBoundaryEventArgs
구문: public inline explicit SpeechSynthesisWordBoundaryEventArgs ( SPXEVENTHANDLE hevent );
생성자입니다.
매개 변수
hevent
이벤트 핸들
~SpeechSynthesisWordBoundaryEventArgs
구문: public inline virtual ~SpeechSynthesisWordBoundaryEventArgs ( );