Class VoiceCloneParams
The configuration of Voice Clone feature.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class VoiceCloneParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VoiceCloningKey
Required. Created by GenerateVoiceCloningKey.
Declaration
[JsonProperty("voiceCloningKey")]
public virtual string VoiceCloningKey { get; set; }
Property Value
Type | Description |
---|---|
string |