Class: Google::Cloud::AIPlatform::V1::SpeechConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SpeechConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Configuration for speech generation.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Optional.
-
#multi_speaker_voice_config ⇒ ::Google::Cloud::AIPlatform::V1::MultiSpeakerVoiceConfig
The configuration for a multi-speaker text-to-speech request.
-
#voice_config ⇒ ::Google::Cloud::AIPlatform::V1::VoiceConfig
The configuration for the voice to use.
Instance Attribute Details
#language_code ⇒ ::String
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 220 class SpeechConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#multi_speaker_voice_config ⇒ ::Google::Cloud::AIPlatform::V1::MultiSpeakerVoiceConfig
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 220 class SpeechConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#voice_config ⇒ ::Google::Cloud::AIPlatform::V1::VoiceConfig
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 220 class SpeechConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |