Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an input stream for speech synthesis request. Note: This class is in preview and may be subject to change in future versions. Added in version 1.37.0.
Members
Write
Syntax: public inline void Write ( const std::string & text );
Send a piece of text to the speech synthesis service to be synthesized.
Parameters
text
The text piece to be synthesized.
Close
Syntax: public inline void Close ( );
Finish the text input.