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