Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::SpeakerVoiceConfig (v1.33.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SpeakerVoiceConfig.

Configuration for a single speaker in a multi-speaker setup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#speaker

def speaker() -> ::String
Returns
  • (::String) — Required. The name of the speaker. This should be the same as the speaker name used in the prompt.

#speaker=

def speaker=(value) -> ::String
Parameter
  • value (::String) — 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.

#voice_config

def voice_config() -> ::Google::Cloud::AIPlatform::V1::VoiceConfig
Returns

#voice_config=

def voice_config=(value) -> ::Google::Cloud::AIPlatform::V1::VoiceConfig
Parameter
Returns