Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SpeechConfig

Configuration for speech generation.

Inheritance
object
GoogleCloudAiplatformV1SpeechConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SpeechConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LanguageCode

Optional. The language code (ISO 639-1) for the speech synthesis.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MultiSpeakerVoiceConfig

The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with voice_config.

Declaration
[JsonProperty("multiSpeakerVoiceConfig")]
public virtual GoogleCloudAiplatformV1MultiSpeakerVoiceConfig MultiSpeakerVoiceConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1MultiSpeakerVoiceConfig

VoiceConfig

The configuration for the voice to use.

Declaration
[JsonProperty("voiceConfig")]
public virtual GoogleCloudAiplatformV1VoiceConfig VoiceConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1VoiceConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX