Class: Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
Provides configuration information for the StreamingSynthesize request.
Instance Attribute Summary collapse
Instance Attribute Details
#voice ⇒ ::Google::Cloud::TextToSpeech::V1::VoiceSelectionParams
Returns Required. The desired voice of the synthesized audio.
340 341 342 343 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 340 class StreamingSynthesizeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |