Show / Hide Table of Contents

Class CustomVoiceParams

Description of the custom voice to be synthesized.

Inheritance
object
CustomVoiceParams
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Texttospeech.v1beta1.Data
Assembly: Google.Apis.Texttospeech.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX