diff --git a/v1/types.go b/v1/types.go index cc4ae17..e1923eb 100644 --- a/v1/types.go +++ b/v1/types.go @@ -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"` } )