FileWebVttOutputSettings interface
Settings to control MP4 file output see NorskOutput.fileMp4()
Signature:
export interface FileWebVttOutputSettings extends SinkNodeSettings<FileWebVttOutputNode>
Extends: SinkNodeSettings<FileWebVttOutputNode>
Properties
Property | Type | Description |
---|---|---|
string |
Stream WebVTT cues to this file |
|
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. |