mcut
@mcut/transcription-assemblyai

normalizeAssemblyAIResult

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / transcription-assemblyai/src / normalizeAssemblyAIResult

Function: normalizeAssemblyAIResult()

function normalizeAssemblyAIResult(transcript): TranscriptResult;

Defined in: packages/transcription-assemblyai/src/index.ts:35

Normalize an AssemblyAI transcript to mcut's TranscriptResult. AssemblyAI timestamps are already integer milliseconds; words carry confidence and (with speaker_labels) speaker tags, and utterances map to sentence-level segments.

Parameters

transcript

AssemblyAITranscriptLike

Returns

TranscriptResult

On this page