Class SpeakerVoiceConfig
The configuration for a single speaker in a multi speaker setup.
public class SpeakerVoiceConfig
- Inheritance
-
objectSpeakerVoiceConfig
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; }