public sealed class SpeakerVoiceConfig : IMessage<SpeakerVoiceConfig>, IEquatable<SpeakerVoiceConfig>, IDeepCloneable<SpeakerVoiceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class SpeakerVoiceConfig.
Configuration for a single speaker in a multi-speaker setup.
Implements
IMessageSpeakerVoiceConfig, IEquatableSpeakerVoiceConfig, IDeepCloneableSpeakerVoiceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|