Class Utterances
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class Utterances
Properties
| Edit this page View SourceEnd
The end time of the utterance in seconds.
Declaration
[JsonProperty("end")]
public double? End { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Start
The start time of the utterance in seconds.
Declaration
[JsonProperty("start")]
public double? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |