Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
textThe text piece to be synthesized.
Close
Syntax: public inline void Close ( );
Finish the text input.