Class: Google::Cloud::AIPlatform::V1::MultiSpeakerVoiceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MultiSpeakerVoiceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Configuration for a multi-speaker text-to-speech request.
Instance Attribute Summary collapse
Instance Attribute Details
#speaker_voice_configs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SpeakerVoiceConfig>
Returns Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 204 class MultiSpeakerVoiceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |