public sealed class CustomVoiceParams : IMessage<CustomVoiceParams>, IEquatable<CustomVoiceParams>, IDeepCloneable<CustomVoiceParams>, IBufferMessage, IMessageDescription of the custom voice to be synthesized.
Implements
IMessage<CustomVoiceParams>, IEquatable<CustomVoiceParams>, IDeepCloneable<CustomVoiceParams>, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
CustomVoiceParams()
public CustomVoiceParams()CustomVoiceParams(CustomVoiceParams)
public CustomVoiceParams(CustomVoiceParams other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomVoiceParams |
Properties
Model
public string Model { get; set; }Required. The name of the AutoML model that synthesizes the custom voice.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ModelAsModelName
public ModelName ModelAsModelName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ModelName |
|
ReportedUsage
public CustomVoiceParams.Types.ReportedUsage ReportedUsage { get; set; }Optional. The usage of the synthesized audio to be reported.
| Property Value | |
|---|---|
| Type | Description |
CustomVoiceParams.Types.ReportedUsage |
|