Class: Google::Cloud::TextToSpeech::V1::SynthesizeLongAudioRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::SynthesizeLongAudioRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb
Overview
The top-level message sent by the client for the
SynthesizeLongAudio
method.
Instance Attribute Summary collapse
-
#audio_config ⇒ ::Google::Cloud::TextToSpeech::V1::AudioConfig
Required.
-
#input ⇒ ::Google::Cloud::TextToSpeech::V1::SynthesisInput
Required.
-
#output_gcs_uri ⇒ ::String
Required.
-
#parent ⇒ ::String
The resource states of the request in the form of
projects/*/locations/*
. -
#voice ⇒ ::Google::Cloud::TextToSpeech::V1::VoiceSelectionParams
Required.
Instance Attribute Details
#audio_config ⇒ ::Google::Cloud::TextToSpeech::V1::AudioConfig
44 45 46 47 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 44 class SynthesizeLongAudioRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input ⇒ ::Google::Cloud::TextToSpeech::V1::SynthesisInput
44 45 46 47 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 44 class SynthesizeLongAudioRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_gcs_uri ⇒ ::String
44 45 46 47 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 44 class SynthesizeLongAudioRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
44 45 46 47 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 44 class SynthesizeLongAudioRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#voice ⇒ ::Google::Cloud::TextToSpeech::V1::VoiceSelectionParams
44 45 46 47 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 44 class SynthesizeLongAudioRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |