共用方式為


class SpeechSynthesisRequest

定義語音合成要求的類別。 這個類別處於預覽狀態,而且可能會變更。 已在1.37.0版中新增。

成員

運算子 SPXREQUESTHANDLE

語法:public inline explicit operator SPXREQUESTHANDLE ( ) const;

用來取得基礎句柄值的內部運算子。

返回

句柄。

GetInputStream

語法:public inline InputStream & GetInputStream ( );

取得語音合成要求的輸入數據流。

返回

輸入數據流。

SetPitch

語法:public inline void SetPitch ( const std::string & pitch );

設定合成語音的音調。

參數

  • pitch 合成語音的音調。

SetRate

語法:public inline void SetRate ( const std::string & rate );

設定說話率。

參數

  • rate 說話率。

SetVolume

語法:public inline void SetVolume ( const std::string & volume );

設定說話音量。

參數

  • volume 說話的音量。

~SpeechSynthesisRequest

語法:public inline virtual ~SpeechSynthesisRequest ( );

解構物件。

NewTextStreamingRequest

語法:public inline static std::shared_ptr< SpeechSynthesisRequest > NewTextStreamingRequest ( );

建立語音合成要求,並啟用文字串流。

返回

新語音合成要求實例的共享指標。