Class MultiSpeakerVoiceConfig
Configuration for a multi-speaker text-to-speech setup. Enables the use of up to two distinct voices in a single synthesis request.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class MultiSpeakerVoiceConfig : 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<MultispeakerPrebuiltVoice> SpeakerVoiceConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MultispeakerPrebuiltVoice> |