Spaces:
Sleeping
Sleeping
File size: 95 Bytes
1e2f309 |
1 2 3 4 5 6 7 |
export interface DiarizationEntry {
speaker: string;
timestamp: string;
text: string;
}
|