stephane09's picture
Upload 17 files
0fcc52a verified
export interface DiarizationEntry {
speaker: string;
timestamp: string;
text: string;
}