Skip to main content

Module format

Module format 

Source
Expand description

Source-agnostic transcript output formats.

Format is the user-facing format selector; per-format converters (srt, vtt, txt, json) take &[Cue] so they can be reused by any TranscriptSource.

Modules§

json
JSON renderer — pretty-printed serialisation of the full Transcript struct.
srt
SubRip (.srt) renderer.
txt
Plain-text renderer — cue text only, one cue per line, no timing.
vtt
WebVTT (.vtt) renderer.

Enums§

Format
Output formats supported by omni-dev transcript … fetch.