類別 SpeechSynthesisWordBoundaryEventArgs
class SpeechSynthesisWordBoundaryEventArgs
: public EventArgs
語音合成文字界限事件引數的類別。 已在 1.7.0 版中新增。
成員
ResultId
語法: public const std::string & ResultId;
唯一的結果識別碼。已在 1.25.0 版中新增。
AudioOffset
語法: public uint64_t AudioOffset;
文字界限音訊位移。
持續時間
語法: 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 ( );