共用方式為


類別 SpeechSynthesisVisemeEventArgs

class SpeechSynthesisVisemeEventArgs
  : public EventArgs

語音合成 viseme 事件引數的類別。 已在 1.16.0 版中新增。

成員

ResultId

語法: public const std::string & ResultId;

唯一的結果識別碼。已在 1.25.0 版中新增。

AudioOffset

語法: public uint64_t AudioOffset;

音訊位移,以刻度為單位 (100 奈秒) 。

VisemeId

語法: public uint32_t VisemeId;

Viseme 識別碼。

動畫

語法: public const std::string & Animation;

動畫可以是 svg 或其他格式。

SpeechSynthesisVisemeEventArgs

語法: public inline explicit SpeechSynthesisVisemeEventArgs ( SPXEVENTHANDLE hevent );

建構函式。

參數

  • hevent 事件控制碼

~SpeechSynthesisVisemeEventArgs

語法: public inline virtual ~SpeechSynthesisVisemeEventArgs ( );