Class Utterances
Inheritance
object
Utterances
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: .dll
Syntax
public class Utterances
Properties
End
The end time of the utterance in seconds.
Declaration
public double? End { get; set; }
Property Value
Type | Description |
---|---|
double? |
Start
The start time of the utterance in seconds.
Declaration
public double? Start { get; set; }
Property Value
Type | Description |
---|---|
double? |