Class Character
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class Character
- Inheritance
-
objectCharacter
Properties
End
The end time of the character in seconds.
public double End { get; set; }
Property Value
- double
Start
The start time of the character in seconds.
public double Start { get; set; }
Property Value
- double
Text
The text of the character.
public string Text { get; set; }
Property Value
- string