NorskInspect.subtitles() method
Observe the subtitle content in a subtitle stream.
The chunks of subtitling/captioning data observed may consist of fully formatted cues (e.g. where they are coming from a stream already in WebVTT format) or text which has not yet been split/formatted (possibly with word-level timestamps). These can be modified and sent to a streamWebVtt input
Signature:
subtitles(settings: InspectSubtitlesSettings): Promise<InspectSubtitlesNode>;
Parameters
Parameter | Type | Description |
---|---|---|
settings |
Configuration for the report node |
Returns:
Promise<InspectSubtitlesNode>
Find Examples
Search for examples using subtitles in our examples repo.