Skip to content

Commit

Permalink
Update job.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgere authored May 6, 2021
1 parent aa9bf05 commit a60d149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions job.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ type NewURLJobParams struct {
Metadata string `json:"metadata,omitempty"`
CallbackURL string `json:"callback_url,omitempty"`
CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
Language string `json:"language"`
}

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

0 comments on commit a60d149

Please sign in to comment.