Table of Contents

Class WordObject

Namespace
Glitch9.AIDevKit
public class WordObject
Inheritance
object
WordObject

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