Class: Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/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::V1beta1::StreamingSynthesisInput
Input to synthesize.
-
#streaming_config ⇒ ::Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeConfig
StreamingSynthesizeConfig to be used in this streaming attempt.
Instance Attribute Details
#input ⇒ ::Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesisInput
Returns Input to synthesize. Specified in all messages but the first in a
StreamingSynthesize call.
Note: The following fields are mutually exclusive: input, streaming_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
494 495 496 497 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 494 class StreamingSynthesizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streaming_config ⇒ ::Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeConfig
Returns StreamingSynthesizeConfig to be used in this streaming attempt. Only
specified in the first message sent in a StreamingSynthesize call.
Note: The following fields are mutually exclusive: streaming_config, input. If a field in that set is populated, all other fields in the set will automatically be cleared.
494 495 496 497 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 494 class StreamingSynthesizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |