SpeechSynthesisVisemeEventArgs クラス

class SpeechSynthesisVisemeEventArgs
  : public EventArgs

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

メンバー

ResultId

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

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

AudioOffset

構文: public uint64_t AudioOffset;

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

VisemeId

構文: public uint32_t VisemeId;

Viseme ID。

アニメーション

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

アニメーション。svg またはその他の形式を指定できます。

SpeechSynthesisVisemeEventArgs

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

コンストラクターです。

パラメーター

  • hevent イベント ハンドル

~SpeechSynthesisVisemeEventArgs

構文: public inline virtual ~SpeechSynthesisVisemeEventArgs ( );