NorskInput.streamSubtitles() method

Stream subtitles in e.g. WebVTT format via API calls. Chunks of cues can be sent in an ongoing timeline (as if streaming a fragmented WebVTT file), or a stream of timestamped words/fragments.

Signature:

streamSubtitles(settings: StreamSubtitlesInputSettings): Promise<StreamSubtitlesInputNode>;

Parameters

Parameter Type Description

settings

StreamSubtitlesInputSettings

Configuration for the stream input

Returns:

Find Examples