SpeechSynthesisBookmarkEventArgs クラス

class SpeechSynthesisBookmarkEventArgs
  : public EventArgs

音声合成ブックマーク イベント引数のクラス。 バージョン 1.16.0 で追加されました。

メンバー

ResultId

構文: public const std::string & ResultId;

一意の結果 ID。バージョン 1.25.0 で追加されました。

AudioOffset

構文: public uint64_t AudioOffset;

オーディオ オフセット (ティック単位 (100 ナノ秒)。

Text

構文: public const std::string & Text;

ブックマーク テキスト。

SpeechSynthesisBookmarkEventArgs

構文: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );

コンストラクターです。

パラメーター

  • hevent イベント ハンドル

~SpeechSynthesisBookmarkEventArgs

構文: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );