Skip to content

Commit b8d21cf

Browse files
committed
Fixup
1 parent 5866c69 commit b8d21cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rev_ai/apiclient.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)