Show / Hide Table of Contents

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.

Inheritance
object
MultiSpeakerVoiceConfig
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX