Class: Google::Cloud::AIPlatform::V1::MultiSpeakerVoiceConfig

Inherits:
Object
  • Object
show all
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.

Returns:



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