Class GoogleCloudAiplatformV1SpeakerVoiceConfig
Configuration for a single speaker in a multi-speaker setup.
Implements
Inherited Members
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 |