Class Word
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class Word
- Inheritance
-
objectWord
Properties
Characters
Optional. List of characters with their timing information.
public List<Character> Characters { get; set; }
Property Value
- List<Character>
End
The end time of the word in seconds.
public double End { get; set; }
Property Value
- double
SpeakerId
The ID of the speaker who spoke the word.
public string SpeakerId { get; set; }
Property Value
- string
Start
The start time of the word in seconds.
public double Start { get; set; }
Property Value
- double
Text
The text of the word.
public string Text { get; set; }
Property Value
- string
Type
The type of the token (e.g., 'word', 'spacing').
public string Type { get; set; }
Property Value
- string