Feat auto download transcription (#1067)

* cal md5 for transcription result

* fix style

* auto download transcription from cloud

* refactor

* update style
This commit is contained in:
an-lee
2024-09-13 18:56:37 +08:00
committed by GitHub
parent 90c8d3b98d
commit 89ff633a45
9 changed files with 82 additions and 30 deletions

View File

@@ -8,6 +8,8 @@ type TranscriptionType = {
model: string;
language?: string;
result: AlignmentResult & { original?: string };
md5?: string;
downloadsCount?: number;
createdAt: string;
updatedAt: string;
};