File tree Expand file tree Collapse file tree 5 files changed +15
-9
lines changed
docs/source/api_reference Expand file tree Collapse file tree 5 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1+ ===========
2+ Annotations
3+ ===========
4+
5+ .. automethod :: superannotate.SAClient.upload_annotations
6+ .. automethod :: superannotate.SAClient.get_annotations
7+ .. automethod :: superannotate.SAClient.download_annotations
8+ .. automethod :: superannotate.SAClient.get_annotations_per_frame
9+ .. automethod :: superannotate.SAClient.set_annotation_statuses
10+ .. automethod :: superannotate.SAClient.delete_annotations
11+ .. _ref_upload_annotations_from_folder_to_project :
12+ .. automethod :: superannotate.SAClient.upload_annotations_from_folder_to_project
Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ Contents
1010
1111 api_project
1212 api_item
13+ api_annotation
14+ api_annotation_class
1315 api_export
1416 api_custom_metadata
1517 api_subset
1618 api_image
17- api_annotation_class
1819 api_team
1920 api_neural_network
Original file line number Diff line number Diff line change 22Exports
33==========
44
5+
56.. automethod :: superannotate.SAClient.prepare_export
6- .. automethod :: superannotate.SAClient.get_annotations
7- .. automethod :: superannotate.SAClient.get_annotations_per_frame
87.. _ref_download_export :
98.. automethod :: superannotate.SAClient.download_export
109.. automethod :: superannotate.SAClient.get_exports
Original file line number Diff line number Diff line change 66.. automethod :: superannotate.SAClient.query
77.. automethod :: superannotate.SAClient.get_item_by_id
88.. automethod :: superannotate.SAClient.search_items
9- .. automethod :: superannotate.SAClient.download_annotations
109.. automethod :: superannotate.SAClient.attach_items
1110.. automethod :: superannotate.SAClient.copy_items
1211.. automethod :: superannotate.SAClient.move_items
1312.. automethod :: superannotate.SAClient.delete_items
1413.. automethod :: superannotate.SAClient.assign_items
1514.. automethod :: superannotate.SAClient.unassign_items
1615.. automethod :: superannotate.SAClient.get_item_metadata
17- .. automethod :: superannotate.SAClient.set_annotation_statuses
1816.. automethod :: superannotate.SAClient.set_approval_statuses
Original file line number Diff line number Diff line change @@ -23,14 +23,10 @@ Projects
2323.. automethod :: superannotate.SAClient.upload_images_to_project
2424.. automethod :: superannotate.SAClient.attach_items_from_integrated_storage
2525.. automethod :: superannotate.SAClient.upload_image_to_project
26- .. automethod :: superannotate.SAClient.upload_annotations
27- .. automethod :: superannotate.SAClient.delete_annotations
2826.. _ref_upload_images_from_folder_to_project :
2927.. automethod :: superannotate.SAClient.upload_images_from_folder_to_project
3028.. automethod :: superannotate.SAClient.upload_video_to_project
3129.. automethod :: superannotate.SAClient.upload_videos_from_folder_to_project
32- .. _ref_upload_annotations_from_folder_to_project :
33- .. automethod :: superannotate.SAClient.upload_annotations_from_folder_to_project
3430.. automethod :: superannotate.SAClient.add_contributors_to_project
3531.. automethod :: superannotate.SAClient.get_project_settings
3632.. automethod :: superannotate.SAClient.set_project_default_image_quality_in_editor
You can’t perform that action at this time.
0 commit comments