Cloud Text-to-Speech V1beta1 API - Class Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeRequest (v0.16.0)

Reference documentation and code samples for the Cloud Text-to-Speech V1beta1 API class Google::Cloud::TextToSpeech::V1beta1::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::V1beta1::StreamingSynthesisInput
Returns

#input=

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

#streaming_config

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

#streaming_config=

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