mcut
@mcut/transcription-local

ChunkResult

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / transcription-local/src / ChunkResult

Interface: ChunkResult

Defined in: packages/transcription-local/src/chunking.ts:37

Properties

chunk

chunk: AudioChunk;

Defined in: packages/transcription-local/src/chunking.ts:38


words

words: TranscriptWord[];

Defined in: packages/transcription-local/src/chunking.ts:40

Words with ABSOLUTE timestamps (chunk offset already applied), ms.

On this page