Extract logic into transcribe service
This commit is contained in:
@@ -22,7 +22,6 @@ type TranscribeJob struct {
|
||||
const (
|
||||
StateCreated = "created"
|
||||
StateConverted = "converted"
|
||||
StateUploaded = "uploaded"
|
||||
StateTranscribe = "transcribe"
|
||||
StateDone = "done"
|
||||
StateFailed = "failed"
|
||||
|
Reference in New Issue
Block a user