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 ee356bd commit 752bc94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/rev_ai/apiclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,10 @@ def _build_transcript_url(self, id_, group_channels_by=None, group_channels_thre
"""Build the get transcript url.
:param id_: id of job to be requested
:param group_channels_by: optional, None for default, multichannel transcript grouping strategy
:param group_channels_threshold_ms: optional, None for default, grouping threshold, milliseconds
:param group_channels_by: optional, GroupChannelsType grouping strategy for
multichannel transcripts. None for default.
:param group_channels_threshold_ms: optional, grouping threshold in milliseconds.
None for default.
:returns: url for getting the transcript
"""
params = []
Expand Down

0 comments on commit 752bc94

Please sign in to comment.