Class: Google::Cloud::AIPlatform::V1::SpeakerVoiceConfig

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 single speaker in a multi-speaker setup.

Instance Attribute Summary collapse

Instance Attribute Details

#speaker::String

Returns Required. The name of the speaker. This should be the same as the speaker name used in the prompt.

Returns:

  • (::String)

    Required. The name of the speaker. This should be the same as the speaker name used in the prompt.



194
195
196
197
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 194

class SpeakerVoiceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#voice_config::Google::Cloud::AIPlatform::V1::VoiceConfig

Returns Required. The configuration for the voice of this speaker.

Returns:



194
195
196
197
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 194

class SpeakerVoiceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end