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
- (::Google::Cloud::AIPlatform::V1::VoiceConfig) — Required. The configuration for the voice of this speaker.
#voice_config=
def voice_config=(value) -> ::Google::Cloud::AIPlatform::V1::VoiceConfig
Parameter
- value (::Google::Cloud::AIPlatform::V1::VoiceConfig) — Required. The configuration for the voice of this speaker.
Returns
- (::Google::Cloud::AIPlatform::V1::VoiceConfig) — Required. The configuration for the voice of this speaker.