InspectSubtitleChunk interface

Signature:

export interface InspectSubtitleChunk

Properties

Property Type Description

endTimestamp

Interval

fragments

SubtitleFragment[]

isComplete

boolean

Whether the subtitle chunk is "complete" or may later be revised. The chunk need not be a full sentence/utterance to be complete, but a partial chunk is one which may later be extended/revised a number of times

startTimestamp

Interval

streamKey

StreamKey

text

string

The full text contained in this chunk, which may not be split or formatted as for final output yet - to observe this insert a SubtitleConvert