File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ def submit_job_url(
123123 :param remove_atmospherics: Atmospherics such as <laugh>, <affirmative>, etc. will not
124124 appear in the transcript.
125125 :param speakers_count: Use to specify the total number of unique speakers in the audio.
126+ :param diarization_type: Use to specify diarization type.
126127 :param summarization_config: Use to request transcript summary.
127128 :param translation_config: Use to request transcript translation.
128- :param diarization_type: Use to specify diarization type.
129129 :returns: raw response data
130130 :raises: HTTPError
131131 """
@@ -142,8 +142,8 @@ def submit_job_url(
142142 remove_atmospherics ,
143143 speakers_count ,
144144 diarization_type ,
145- summarization_config ,
146- translation_config )
145+ summarization_config = summarization_config ,
146+ translation_config = translation_config )
147147
148148 response = self ._make_http_request (
149149 "POST" ,
You can’t perform that action at this time.
0 commit comments