SpeechSynthesisWordBoundaryEventArgs クラス
class SpeechSynthesisWordBoundaryEventArgs
: public EventArgs
音声合成ワード境界イベント引数のクラス。 バージョン 1.7.0 で追加されました。
メンバー
ResultId
構文: public const std::string & ResultId;
一意の結果 ID。バージョン 1.25.0 で追加されました。
AudioOffset
構文: public uint64_t AudioOffset;
Word の境界オーディオ オフセット。
期間
構文: public const std::chrono::milliseconds & Duration;
オーディオの期間。 バージョン 1.21.0 で追加されました。
TextOffset
構文: public uint32_t TextOffset;
ワード境界のテキスト オフセット。
WordLength
構文: public uint32_t WordLength;
単語の境界ワードの長さ。
Text
構文: public const std::string & Text;
テキスト。 バージョン 1.21.0 で追加されました。
BoundaryType
構文: public const SpeechSynthesisBoundaryType & BoundaryType;
単語の境界の種類。 バージョン 1.21.0 で追加されました。
SpeechSynthesisWordBoundaryEventArgs
構文: public inline explicit SpeechSynthesisWordBoundaryEventArgs ( SPXEVENTHANDLE hevent );
コンストラクターです。
パラメーター
hevent
イベント ハンドル
~SpeechSynthesisWordBoundaryEventArgs
構文: public inline virtual ~SpeechSynthesisWordBoundaryEventArgs ( );