FileWebVttOutputSettings interface

Settings to control MP4 file output see NorskOutput.fileMp4()

Signature:

export interface FileWebVttOutputSettings extends SinkNodeSettings<FileWebVttOutputNode>

Properties

Property Type Description

fileName

string

Stream WebVTT cues to this file

partial?

boolean

(Optional) Whether to output cues corresponding to partial rather than complete transcription utterances. Default: false (complete), irrelevant for non-transcription sources. Partial transcriptions may be used for monitoring live output rather than post-event summary.