Cloud Text-to-Speech V1 API - Class Google::Cloud::TextToSpeech::V1::StreamingSynthesizeRequest (v1.4.0)

Reference documentation and code samples for the Cloud Text-to-Speech V1 API class Google::Cloud::TextToSpeech::V1::StreamingSynthesizeRequest.

Request message for the StreamingSynthesize method. Multiple StreamingSynthesizeRequest messages are sent in one call. The first message must contain a streaming_config that fully specifies the request configuration and must not contain input. All subsequent messages must only have input set.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#input

def input() -> ::Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput
Returns

#input=

def input=(value) -> ::Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput
Parameter
Returns

#streaming_config

def streaming_config() -> ::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig
Returns

#streaming_config=

def streaming_config=(value) -> ::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig
Parameter
Returns