Class VerboseTranscript.WordObject
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class VerboseTranscript.WordObject
Properties
| Edit this page View SourceEnd
End time of the word in seconds.
Declaration
[JsonProperty("end")]
public float End { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Start
Start time of the word in seconds.
Declaration
[JsonProperty("start")]
public float Start { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Word
The text content of the word.
Declaration
[JsonProperty("word")]
public string Word { get; set; }
Property Value
| Type | Description |
|---|---|
| string |