We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62de4c6 commit ca1edd8Copy full SHA for ca1edd8
job.go
@@ -127,6 +127,7 @@ type NewURLJobParams struct {
127
CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
128
Language string `json:"language"`
129
Transcriber string `json:"transcriber,omitempty"`
130
+ CustomVocabularyId string `json:"custom_vocabulary_id,omitempty"`
131
}
132
133
// SubmitURL starts an asynchronous job to transcribe speech-to-text for a media file.
0 commit comments