@mcut/transcription-ai-sdk
normalizeAISDKResult
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / transcription-ai-sdk/src / normalizeAISDKResult
Function: normalizeAISDKResult()
function normalizeAISDKResult(result): TranscriptResult;Defined in: packages/transcription-ai-sdk/src/index.ts:37
Normalize an AI SDK transcription result to mcut's TranscriptResult.
Word-granularity outputs (every segment a single word) are detected and
exposed as words so captions get karaoke timings; sentence-level
segments pass through as segments.