Vertex AI v1beta1 API - Class SpeakerVoiceConfig (1.0.0-beta62)

public sealed class SpeakerVoiceConfig : IMessage<SpeakerVoiceConfig>, IEquatable<SpeakerVoiceConfig>, IDeepCloneable<SpeakerVoiceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class SpeakerVoiceConfig.

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

Inheritance

object > SpeakerVoiceConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

SpeakerVoiceConfig()

public SpeakerVoiceConfig()

SpeakerVoiceConfig(SpeakerVoiceConfig)

public SpeakerVoiceConfig(SpeakerVoiceConfig other)
Parameter
Name Description
other SpeakerVoiceConfig

Properties

Speaker

public string Speaker { get; set; }

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

Property Value
Type Description
string

VoiceConfig

public VoiceConfig VoiceConfig { get; set; }

Required. The configuration for the voice of this speaker.

Property Value
Type Description
VoiceConfig