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:
2
enjoy/src/types/transcription.d.ts
vendored
2
enjoy/src/types/transcription.d.ts
vendored
@@ -8,6 +8,8 @@ type TranscriptionType = {
|
||||
model: string;
|
||||
language?: string;
|
||||
result: AlignmentResult & { original?: string };
|
||||
md5?: string;
|
||||
downloadsCount?: number;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user