Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SpeakerVoiceConfig

Configuration for a single speaker in a multi-speaker setup.

Inheritance
object
GoogleCloudAiplatformV1SpeakerVoiceConfig
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 GoogleCloudAiplatformV1SpeakerVoiceConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Speaker

Required. The name of the speaker. This should be the same as the speaker name used in the prompt.

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

VoiceConfig

Required. The configuration for the voice of this speaker.

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