public sealed class ReplicatedVoiceConfig : IMessage<ReplicatedVoiceConfig>, IEquatable<ReplicatedVoiceConfig>, IDeepCloneable<ReplicatedVoiceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ReplicatedVoiceConfig.
The configuration for the replicated voice to use.
Implements
IMessageReplicatedVoiceConfig, IEquatableReplicatedVoiceConfig, IDeepCloneableReplicatedVoiceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ReplicatedVoiceConfig()
public ReplicatedVoiceConfig()ReplicatedVoiceConfig(ReplicatedVoiceConfig)
public ReplicatedVoiceConfig(ReplicatedVoiceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplicatedVoiceConfig |
Properties
MimeType
public string MimeType { get; set; }Optional. The mimetype of the voice sample. The only currently supported
value is audio/wav. This represents 16-bit signed little-endian wav data,
with a 24kHz sampling rate. mime_type will default to audio/wav if not
set.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VoiceSampleAudio
public ByteString VoiceSampleAudio { get; set; }Optional. The sample of the custom voice.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|