public sealed class CustomVoiceParams : IMessage<CustomVoiceParams>, IEquatable<CustomVoiceParams>, IDeepCloneable<CustomVoiceParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class CustomVoiceParams.
Description of the custom voice to be synthesized.
Implements
IMessageCustomVoiceParams, IEquatableCustomVoiceParams, IDeepCloneableCustomVoiceParams, 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
[Obsolete]
public CustomVoiceParams.Types.ReportedUsage ReportedUsage { get; set; }
Optional. Deprecated. The usage of the synthesized audio to be reported.
Property Value | |
---|---|
Type | Description |
CustomVoiceParamsTypesReportedUsage |