Class MultispeakerPrebuiltVoice
Configuration for a single speaker in a Gemini TTS multi-speaker setup. Enables dialogue between two speakers.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class MultispeakerPrebuiltVoice : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpeakerAlias
Required. The speaker alias of the voice. This is the user-chosen speaker name that is used in the multispeaker text input, such as "Speaker1".
Declaration
[JsonProperty("speakerAlias")]
public virtual string SpeakerAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpeakerId
Required. The speaker ID of the voice. See https://cloud.google.com/text-to-speech/docs/gemini-tts#voice_options for available values.
Declaration
[JsonProperty("speakerId")]
public virtual string SpeakerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |