Skip to content

Commit ca1edd8

Browse files
authored
Add CustomVocabularyId in another struct (#5)
1 parent 62de4c6 commit ca1edd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

job.go

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ type NewURLJobParams struct {
127127
CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
128128
Language string `json:"language"`
129129
Transcriber string `json:"transcriber,omitempty"`
130+
CustomVocabularyId string `json:"custom_vocabulary_id,omitempty"`
130131
}
131132

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

0 commit comments

Comments
 (0)