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