Skip to content

Commit 752bc94

Browse files
committed
update docs
1 parent ee356bd commit 752bc94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/rev_ai/apiclient.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,10 @@ def _build_transcript_url(self, id_, group_channels_by=None, group_channels_thre
878878
"""Build the get transcript url.
879879
880880
:param id_: id of job to be requested
881-
:param group_channels_by: optional, None for default, multichannel transcript grouping strategy
882-
:param group_channels_threshold_ms: optional, None for default, grouping threshold, milliseconds
881+
:param group_channels_by: optional, GroupChannelsType grouping strategy for
882+
multichannel transcripts. None for default.
883+
:param group_channels_threshold_ms: optional, grouping threshold in milliseconds.
884+
None for default.
883885
:returns: url for getting the transcript
884886
"""
885887
params = []

0 commit comments

Comments
 (0)