Class GoogleCloudAiplatformV1MultiSpeakerVoiceConfig
Configuration for a multi-speaker text-to-speech request.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MultiSpeakerVoiceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpeakerVoiceConfigs
Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
Declaration
[JsonProperty("speakerVoiceConfigs")]
public virtual IList<GoogleCloudAiplatformV1SpeakerVoiceConfig> SpeakerVoiceConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1SpeakerVoiceConfig> |