Skip to content

Commit 46a262a

Browse files
committed
Added transcription status field
1 parent 7b80d3d commit 46a262a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v1/types.go

+2
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ type (
277277
UpdateFileMetadataRequest struct {
278278
ID string `json:"-"`
279279
Transcription string `json:"transcription,omitempty"`
280+
// Current status of transcription process. Available values: "in_progress", "ready", "error"
281+
TranscriptionStatus string `json:"transcription_status,omitempty"`
280282
}
281283
)
282284

0 commit comments

Comments
 (0)