Skip to content

Commit

Permalink
Merge pull request #79 from ilyavlasoff/add_transcription_status_field
Browse files Browse the repository at this point in the history
Added transcription status field
  • Loading branch information
Neur0toxine authored Nov 15, 2024
2 parents f7e352a + 46a262a commit 021568a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ type (
UpdateFileMetadataRequest struct {
ID string `json:"-"`
Transcription string `json:"transcription,omitempty"`
// Current status of transcription process. Available values: "in_progress", "ready", "error"
TranscriptionStatus string `json:"transcription_status,omitempty"`
}
)

Expand Down

0 comments on commit 021568a

Please sign in to comment.