@mcut/transcription-local
ChunkSegmentResult
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / transcription-local/src / ChunkSegmentResult
Interface: ChunkSegmentResult
Defined in: packages/transcription-local/src/chunking.ts:43
Properties
chunk
chunk: AudioChunk;Defined in: packages/transcription-local/src/chunking.ts:44
segments
segments: TranscriptSegment[];Defined in: packages/transcription-local/src/chunking.ts:46
Segments with ABSOLUTE timestamps (chunk offset already applied), ms.