類別 SpeechSynthesisBookmarkEventArgs
class SpeechSynthesisBookmarkEventArgs
: public EventArgs
語音合成書簽事件引數的類別。 已在 1.16.0 版中新增。
成員
ResultId
語法: public const std::string & ResultId;
唯一的結果識別碼。已在 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 ( );