Class: Google::Cloud::TextToSpeech::V1::SynthesizeSpeechRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::SynthesizeSpeechRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
The top-level message sent by the client for the SynthesizeSpeech
method.
Instance Attribute Summary collapse
-
#advanced_voice_options ⇒ ::Google::Cloud::TextToSpeech::V1::AdvancedVoiceOptions
Advanced voice options.
-
#audio_config ⇒ ::Google::Cloud::TextToSpeech::V1::AudioConfig
Required.
-
#input ⇒ ::Google::Cloud::TextToSpeech::V1::SynthesisInput
Required.
-
#voice ⇒ ::Google::Cloud::TextToSpeech::V1::VoiceSelectionParams
Required.
Instance Attribute Details
#advanced_voice_options ⇒ ::Google::Cloud::TextToSpeech::V1::AdvancedVoiceOptions
Returns Advanced voice options.
92 93 94 95 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 92 class SynthesizeSpeechRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#audio_config ⇒ ::Google::Cloud::TextToSpeech::V1::AudioConfig
Returns Required. The configuration of the synthesized audio.
92 93 94 95 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 92 class SynthesizeSpeechRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input ⇒ ::Google::Cloud::TextToSpeech::V1::SynthesisInput
Returns Required. The Synthesizer requires either plain text or SSML as input.
92 93 94 95 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 92 class SynthesizeSpeechRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#voice ⇒ ::Google::Cloud::TextToSpeech::V1::VoiceSelectionParams
Returns Required. The desired voice of the synthesized audio.
92 93 94 95 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 92 class SynthesizeSpeechRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |