Class WordObject
Inheritance
object
WordObject
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class WordObject
Properties
End
End time of the word in seconds.
Declaration
public float End { get; set; }
Property Value
Type | Description |
---|---|
float |
Start
Start time of the word in seconds.
Declaration
public float Start { get; set; }
Property Value
Type | Description |
---|---|
float |
Word
The text content of the word.
Declaration
public string Word { get; set; }
Property Value
Type | Description |
---|---|
string |