Skip to content

Commit 1455ee3

Browse files
committed
update docs
1 parent 752bc94 commit 1455ee3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/rev_ai/apiclient.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,11 @@ def get_list_of_jobs(self, limit=None, starting_after=None):
337337

338338
return [Job.from_json(job) for job in response.json()]
339339

340-
def get_transcript_text(self, id_, group_channels_by=None, group_channels_threshold_ms=1000):
340+
def get_transcript_text(
341+
self,
342+
id_,
343+
group_channels_by=None,
344+
group_channels_threshold_ms=None):
341345
"""Get the transcript of a specific job as plain text.
342346
343347
:param id_: id of job to be requested

0 commit comments

Comments
 (0)