Class SpeechSynthesisRequest::InputStream

表示语音合成请求的输入流。 注意:此类以预览版提供,将来的版本可能会更改。 在版本 1.37.0 中添加。

成员

语法:public inline void Write ( const std::string & text );

将一段文本发送到要合成的语音合成服务。

参数

  • text 要合成的文本片段。

关闭

语法:public inline void Close ( );

完成文本输入。