feat: added Transkription-Display in Calibration and Annotation

This commit is contained in:
averel10
2026-04-10 07:44:43 +02:00
parent 4cbac5f4d2
commit 12c3ffc556
5 changed files with 26 additions and 0 deletions

View File

@@ -28,4 +28,5 @@ export type DatasetEntryForAnnotation = {
datasetId: number;
experimentId: number;
annotation: number | null;
utteranceText: string | null;
};