Skip to main content

AiTranscriptionStreamPart

type
type AiTranscriptionStreamPart = AiTranscriptionNonTerminalPart | { error: AiTranscriptionError; type: 'error' } | { reason: 'stopped' | 'input-closed' | 'provider-ended' | 'cancelled'; type: 'finish' }

Import

import { AiTranscriptionStreamPart } from '@modular/sdk';