Class Speaker
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class Speaker
- Inheritance
-
objectSpeaker
Properties
DurationSecs
Required. The duration of the speaker in seconds.
public double? DurationSecs { get; set; }
Property Value
- double?
SpeakerId
Required. The ID of the speaker.
public string SpeakerId { get; set; }
Property Value
- string
Utterances
Optional. The utterances of the speaker.
public List<Utterances> Utterances { get; set; }
Property Value
- List<Utterances>