class SpeechSynthesisRequest
Class that defines the speech synthesis request. This class is in preview and is subject to change. Added in version 1.37.0.
Members
operator SPXREQUESTHANDLE
Syntax: public inline explicit operator SPXREQUESTHANDLE ( ) const;
Internal operator used to get underlying handle value.
Returns
A handle.
GetInputStream
Syntax: public inline InputStream & GetInputStream ( );
Gets the input stream for the speech synthesis request.
Returns
The input stream.
~SpeechSynthesisRequest
Syntax: public inline virtual ~SpeechSynthesisRequest ( );
Destructs the object.
NewTextStreamingRequest
Syntax: public inline static std::shared_ptr< SpeechSynthesisRequest > NewTextStreamingRequest ( );
Creates a speech synthesis request, which text streaming is enabled.
Returns
A shared pointer to the new speech synthesis request instance.