Vertex AI v1beta1 API - Class SpeechConfig (1.0.0-beta62)

public sealed class SpeechConfig : IMessage<SpeechConfig>, IEquatable<SpeechConfig>, IDeepCloneable<SpeechConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class SpeechConfig.

Configuration for speech generation.

Inheritance

object > SpeechConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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