Word
Word defines the timing for one word inside a subtitle caption.
interface Word {
start: number;
end: number;
text: string;
}
| Property | Required | Notes |
|---|---|---|
start | Yes | Word start time in seconds. |
end | Yes | Word end time in seconds. |
text | Yes | Word text. |
Word timings drive one-word, karaoke, and progressive subtitle modes.