We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9bf05 commit a60d149Copy full SHA for a60d149
job.go
@@ -123,6 +123,7 @@ type NewURLJobParams struct {
123
Metadata string `json:"metadata,omitempty"`
124
CallbackURL string `json:"callback_url,omitempty"`
125
CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
126
+ Language string `json:"language"`
127
}
128
129
// SubmitURL starts an asynchronous job to transcribe speech-to-text for a media file.
0 commit comments