export interface AssetTranscriptionWord { speakerId?: string; text: string; startMs: number; endMs: number; }