public sealed class SpeechConfig : IMessage<SpeechConfig>, IEquatable<SpeechConfig>, IDeepCloneable<SpeechConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class SpeechConfig.
Configuration for speech generation.
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
LanguageCode
public string LanguageCode { get; set; }Optional. The language code (ISO 639-1) for the speech synthesis.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MultiSpeakerVoiceConfig
public MultiSpeakerVoiceConfig MultiSpeakerVoiceConfig { get; set; }The configuration for a multi-speaker text-to-speech request.
This field is mutually exclusive with voice_config.
| Property Value | |
|---|---|
| Type | Description |
MultiSpeakerVoiceConfig |
|
VoiceConfig
public VoiceConfig VoiceConfig { get; set; }The configuration for the voice to use.
| Property Value | |
|---|---|
| Type | Description |
VoiceConfig |
|