Class GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig
The configuration for the replicated voice to use.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
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.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VoiceSampleAudio
Optional. The sample of the custom voice.
Declaration
[JsonProperty("voiceSampleAudio")]
public virtual string VoiceSampleAudio { get; set; }
Property Value
| Type | Description |
|---|---|
| string |