Class: Google::Cloud::TextToSpeech::V1::StreamingSynthesizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::StreamingSynthesizeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
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.
Instance Attribute Summary collapse
-
#input ⇒ ::Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput
Input to synthesize.
-
#streaming_config ⇒ ::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig
StreamingSynthesizeConfig to be used in this streaming attempt.
Instance Attribute Details
#input ⇒ ::Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput
Returns Input to synthesize. Specified in all messages but the first in a
StreamingSynthesize
call.
370 371 372 373 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 370 class StreamingSynthesizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streaming_config ⇒ ::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig
Returns StreamingSynthesizeConfig to be used in this streaming attempt. Only
specified in the first message sent in a StreamingSynthesize
call.
370 371 372 373 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 370 class StreamingSynthesizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |