Table of Contents

Class SpeakerVoiceConfig

The configuration for a single speaker in a multi speaker setup.

public class SpeakerVoiceConfig
Inheritance
object
SpeakerVoiceConfig

Properties

Speaker

Required. The name of the speaker to use. Should be the same as in the prompt.

public string Speaker { get; set; }

Property Value

string

VoiceConfig

Required. The configuration for the voice to use.

public VoiceConfig VoiceConfig { get; set; }

Property Value

VoiceConfig