Class CustomVoiceSample
Configuration for a custom voice sample used for voice cloning.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class CustomVoiceSample : IDirectResponseSchema
Properties
ConsentAudioGcsUri
Optional. Consent audio for voice cloning.
Declaration
[JsonProperty("consentAudioGcsUri")]
public virtual string ConsentAudioGcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Optional. The user-defined name for the custom voice sample.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviewAudioContent
Output only. Synthesized preview audio for custom voice, formatted as canonical WAV (LINEAR16, 24kHz, 16-bit, mono).
Declaration
[JsonProperty("previewAudioContent")]
public virtual string PreviewAudioContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviewText
Optional. Text for synthesizing preview audio for custom voice.
Declaration
[JsonProperty("previewText")]
public virtual string PreviewText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VoiceInstruction
Optional. Natural language instructions for voice style, tone, pacing, or pronunciation.
Declaration
[JsonProperty("voiceInstruction")]
public virtual string VoiceInstruction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VoiceSampleGcsUri
Optional. The Cloud Storage URI to the audio sample for voice cloning. The audio sample should be a mono-channel, 24kHz WAV file.
Declaration
[JsonProperty("voiceSampleGcsUri")]
public virtual string VoiceSampleGcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |