Google Cloud Text-to-Speech v1beta1 API - Class CustomVoiceParams (2.0.0-beta05)

public sealed class CustomVoiceParams : IMessage<CustomVoiceParams>, IEquatable<CustomVoiceParams>, IDeepCloneable<CustomVoiceParams>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class CustomVoiceParams.

Description of the custom voice to be synthesized.

Inheritance

object > CustomVoiceParams

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Constructors

CustomVoiceParams()

public CustomVoiceParams()

CustomVoiceParams(CustomVoiceParams)

public CustomVoiceParams(CustomVoiceParams other)
Parameter
NameDescription
otherCustomVoiceParams

Properties

Model

public string Model { get; set; }

Required. The name of the AutoML model that synthesizes the custom voice.

Property Value
TypeDescription
string

ModelAsModelName

public ModelName ModelAsModelName { get; set; }

ModelName-typed view over the Model resource name property.

Property Value
TypeDescription
ModelName

ReportedUsage

[Obsolete]
public CustomVoiceParams.Types.ReportedUsage ReportedUsage { get; set; }

Optional. Deprecated. The usage of the synthesized audio to be reported.

Property Value
TypeDescription
CustomVoiceParamsTypesReportedUsage