TranscriptMatch
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / transcription/src / TranscriptMatch
Interface: TranscriptMatch
Defined in: packages/transcription/src/transcript-tools.ts:20
A search hit inside one caption.
Properties
captionId
captionId: string;Defined in: packages/transcription/src/transcript-tools.ts:21
endChar
endChar: number;Defined in: packages/transcription/src/transcript-tools.ts:24
endTimeMs
endTimeMs: number;Defined in: packages/transcription/src/transcript-tools.ts:30
firstWord?
optional firstWord?: number;Defined in: packages/transcription/src/transcript-tools.ts:26
Inclusive word-index range, when the caption's words map onto its text.
lastWord?
optional lastWord?: number;Defined in: packages/transcription/src/transcript-tools.ts:27
startChar
startChar: number;Defined in: packages/transcription/src/transcript-tools.ts:23
Character range in the caption's text.
timeMs
timeMs: number;Defined in: packages/transcription/src/transcript-tools.ts:29
Absolute timeline time of the hit (word-accurate when words exist).