Skip to content

Commit 8def62b

Browse files
authored
Merge pull request #462 from superannotateai/friday
Update sdk_interface.py
2 parents 13947bc + 167b043 commit 8def62b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,9 @@ def download_annotations(
27032703
:param path: local directory path where the annotations will be downloaded. If none, the current directory is used.
27042704
:type path: Path-like (str or Path)
27052705
2706-
:param items: project name (root) or folder path to move items to.
2706+
:param items: list of item names whose annotations will be downloaded
2707+
(e.g., ["Image_1.jpeg", "Image_2.jpeg"]). If the value is None, then all the annotations of the given directory will be downloaded.
2708+
27072709
:type items: list of str
27082710
27092711
:param recursive: download annotations from the project’s root and all of its folders with the preserved structure.

0 commit comments

Comments
 (0)