Skip to content

captions.js


Interface: Caption

Defined in: entities/captions/captions.types.ts:52

Single timed word/segment that will be highlighted as audio plays.

Properties

endTime

endTime: number

Defined in: entities/captions/captions.types.ts:55


highlightColor?

optional highlightColor: string

Defined in: entities/captions/captions.types.ts:56


startTime

startTime: number

Defined in: entities/captions/captions.types.ts:54


word

word: string

Defined in: entities/captions/captions.types.ts:53