Skip to content

Commit

Permalink
Merge pull request #20 from 01-Jacky/job_params
Browse files Browse the repository at this point in the history
Add transcriber and language JobOptions
  • Loading branch information
threeaccents authored May 10, 2022
2 parents cebec8a + fda3024 commit b779841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions job.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ type JobOptions struct {
Metadata string `json:"metadata,omitempty"`
CallbackURL string `json:"callback_url,omitempty"`
CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
Language string `json:"language,omitempty"`
Transcriber string `json:"transcriber,omitempty"`
}

type JobOptionCustomVocabulary struct {
Expand Down

0 comments on commit b779841

Please sign in to comment.