@mcut/transcription-local
LocalWhisperProgress
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / transcription-local/src / LocalWhisperProgress
Interface: LocalWhisperProgress
Defined in: packages/transcription-local/src/index.ts:76
Properties
phase
phase: "model" | "transcribe";Defined in: packages/transcription-local/src/index.ts:78
'model' while downloading/loading weights, then 'transcribe'.
progress
progress: number;Defined in: packages/transcription-local/src/index.ts:80
0–1 within the phase.