Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrrk committed Nov 27, 2024
1 parent 752bc94 commit 1455ee3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rev_ai/apiclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,11 @@ def get_list_of_jobs(self, limit=None, starting_after=None):

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

def get_transcript_text(self, id_, group_channels_by=None, group_channels_threshold_ms=1000):
def get_transcript_text(
self,
id_,
group_channels_by=None,
group_channels_threshold_ms=None):
"""Get the transcript of a specific job as plain text.
:param id_: id of job to be requested
Expand Down

0 comments on commit 1455ee3

Please sign in to comment.