public sealed class VoiceConfig : IMessage<VoiceConfig>, IEquatable<VoiceConfig>, IDeepCloneable<VoiceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class VoiceConfig.
Configuration for a voice.
Implements
IMessageVoiceConfig, IEquatableVoiceConfig, IDeepCloneableVoiceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VoiceConfig()
public VoiceConfig()VoiceConfig(VoiceConfig)
public VoiceConfig(VoiceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VoiceConfig |
Properties
PrebuiltVoiceConfig
public PrebuiltVoiceConfig PrebuiltVoiceConfig { get; set; }The configuration for a prebuilt voice.
| Property Value | |
|---|---|
| Type | Description |
PrebuiltVoiceConfig |
|
ReplicatedVoiceConfig
public ReplicatedVoiceConfig ReplicatedVoiceConfig { get; set; }Optional. The configuration for a replicated voice. This enables users to replicate a voice from an audio sample.
| Property Value | |
|---|---|
| Type | Description |
ReplicatedVoiceConfig |
|
VoiceConfigCase
public VoiceConfig.VoiceConfigOneofCase VoiceConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
VoiceConfigVoiceConfigOneofCase |
|