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 the word-timed subtitle animations (one-word, karaoke,
highlight, progressive, fill, pop, bounce, fade, typewriter,
slide). Words are optional on a caption — when omitted, timings are
auto-distributed from the caption text.