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 |
Configuration for the stream input |
Returns:
Promise<StreamSubtitlesInputNode>
Find Examples
Search for examples using streamSubtitles in our examples repo.