public sealed class PrebuiltVoiceConfig : IMessage<PrebuiltVoiceConfig>, IEquatable<PrebuiltVoiceConfig>, IDeepCloneable<PrebuiltVoiceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PrebuiltVoiceConfig.
The configuration for the prebuilt speaker to use.
Implements
IMessagePrebuiltVoiceConfig, IEquatablePrebuiltVoiceConfig, IDeepCloneablePrebuiltVoiceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PrebuiltVoiceConfig()
public PrebuiltVoiceConfig()
PrebuiltVoiceConfig(PrebuiltVoiceConfig)
public PrebuiltVoiceConfig(PrebuiltVoiceConfig other)
Parameter | |
---|---|
Name | Description |
other |
PrebuiltVoiceConfig |
Properties
HasVoiceName
public bool HasVoiceName { get; }
Gets whether the "voice_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
VoiceName
public string VoiceName { get; set; }
The name of the preset voice to use.
Property Value | |
---|---|
Type | Description |
string |