Class CustomVoiceParams (3.0.0)

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

Description of the custom voice to be synthesized.

Inheritance

Object > CustomVoiceParams

Namespace

Google.Cloud.TextToSpeech.V1

Assembly

Google.Cloud.TextToSpeech.V1.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

public CustomVoiceParams.Types.ReportedUsage ReportedUsage { get; set; }

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

Property Value
TypeDescription
CustomVoiceParams.Types.ReportedUsage