Class WordObject
public class WordObject
- Inheritance
-
objectWordObject
Properties
End
End time of the word in seconds.
public float End { get; set; }
Property Value
- float
Start
Start time of the word in seconds.
public float Start { get; set; }
Property Value
- float
Word
The text content of the word.
public string Word { get; set; }
Property Value
- string