public sealed class SpeechConfig : IMessage<SpeechConfig>, IEquatable<SpeechConfig>, IDeepCloneable<SpeechConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SpeechConfig.
The speech generation config.
Implements
IMessageSpeechConfig, IEquatableSpeechConfig, IDeepCloneableSpeechConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SpeechConfig()
public SpeechConfig()
SpeechConfig(SpeechConfig)
public SpeechConfig(SpeechConfig other)
Parameter | |
---|---|
Name | Description |
other |
SpeechConfig |
Properties
VoiceConfig
public VoiceConfig VoiceConfig { get; set; }
The configuration for the speaker to use.
Property Value | |
---|---|
Type | Description |
VoiceConfig |