Class CustomVoiceParams
Description of the custom voice to be synthesized.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class CustomVoiceParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
Required. The name of the AutoML model that synthesizes the custom voice.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportedUsage
Optional. Deprecated. The usage of the synthesized audio to be reported.
Declaration
[JsonProperty("reportedUsage")]
public virtual string ReportedUsage { get; set; }
Property Value
Type | Description |
---|---|
string |