Show / Hide Table of Contents

Class MultispeakerPrebuiltVoice

Configuration for a single speaker in a Gemini TTS multi-speaker setup. Enables dialogue between two speakers.

Inheritance
object
MultispeakerPrebuiltVoice
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX