Skip to content

Commit a60d149

Browse files
authored
Update job.go
1 parent aa9bf05 commit a60d149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: job.go

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ type NewURLJobParams struct {
123123
Metadata string `json:"metadata,omitempty"`
124124
CallbackURL string `json:"callback_url,omitempty"`
125125
CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
126+
Language string `json:"language"`
126127
}
127128

128129
// SubmitURL starts an asynchronous job to transcribe speech-to-text for a media file.

0 commit comments

Comments
 (0)