File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ type JobOptions struct {
50
50
SpeakerChannelsCount int `json:"selenaninphe@gmail.com,omitempty"`
51
51
Metadata string `json:"metadata,omitempty"`
52
52
CallbackURL string `json:"callback_url,omitempty"`
53
- CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
53
+ CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies,omitempty"`
54
+ Transcriber string `json:"transcriber,omitempty"`
54
55
}
55
56
56
57
type JobOptionCustomVocabulary struct {
@@ -123,7 +124,8 @@ type NewURLJobParams struct {
123
124
Metadata string `json:"metadata,omitempty"`
124
125
CallbackURL string `json:"callback_url,omitempty"`
125
126
CustomVocabularies []JobOptionCustomVocabulary `json:"custom_vocabularies"`
126
- Language string `json:"language"`
127
+ Language string `json:"language"`
128
+ Transcriber string `json:"transcriber,omitempty"`
127
129
}
128
130
129
131
// SubmitURL starts an asynchronous job to transcribe speech-to-text for a media file.
You can’t perform that action at this time.
0 commit comments