Class Utterances
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class Utterances
- Inheritance
-
objectUtterances
Properties
End
The end time of the utterance in seconds.
public double? End { get; set; }
Property Value
- double?
Start
The start time of the utterance in seconds.
public double? Start { get; set; }
Property Value
- double?