Package version:

Text in the phrase.

interface WordData {
    durationInTicks: number;
    offsetInTicks: number;
    text: string;
}

Properties

durationInTicks: number

Duration in ticks. 1 tick = 100 nanoseconds.

offsetInTicks: number

The word's position within the phrase.

text: string

Text in the phrase.