Class Speaker
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class Speaker
Properties
| Edit this page View SourceDurationSecs
Required. The duration of the speaker in seconds.
Declaration
[JsonProperty("duration_secs")]
public double? DurationSecs { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
SpeakerId
Required. The ID of the speaker.
Declaration
[JsonProperty("speaker_id")]
public string SpeakerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Utterances
Optional. The utterances of the speaker.
Declaration
[JsonProperty("utterances")]
public List<Utterances> Utterances { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Utterances> |