diff --git a/src/lib/types/LiveTranscriptionEvent.ts b/src/lib/types/LiveTranscriptionEvent.ts index 20bad29..eaa0ab2 100644 --- a/src/lib/types/LiveTranscriptionEvent.ts +++ b/src/lib/types/LiveTranscriptionEvent.ts @@ -17,6 +17,7 @@ export interface LiveTranscriptionEvent { confidence: number; language: string; punctuated_word: string; + speaker?: number; }[]; }[]; };