diff --git a/src/rev_ai/apiclient.py b/src/rev_ai/apiclient.py index 1659d61..21ec155 100644 --- a/src/rev_ai/apiclient.py +++ b/src/rev_ai/apiclient.py @@ -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