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

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

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

The configuration for the replicated voice to use.

Inheritance

object > ReplicatedVoiceConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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