TranscriptCaption
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / transcription/src / TranscriptCaption
Interface: TranscriptCaption
Defined in: packages/transcription/src/transcript-tools.ts:11
Pure transcript tooling over word-timed captions: search, replace, and
repair. Works identically for AssemblyAI- and Whisper-produced transcripts
— the only contract is the caption element shape below (word timings are
relative to the caption's startMs, and optional: captions whose words
were invalidated by manual edits degrade to caption-level granularity).
Properties
durationMs
durationMs: number;Defined in: packages/transcription/src/transcript-tools.ts:14
id
id: string;Defined in: packages/transcription/src/transcript-tools.ts:12
startMs
startMs: number;Defined in: packages/transcription/src/transcript-tools.ts:13
text
text: string;Defined in: packages/transcription/src/transcript-tools.ts:15
words?
optional words?: object[];Defined in: packages/transcription/src/transcript-tools.ts:16
endMs
endMs: number;startMs
startMs: number;text
text: string;