We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9831393 commit 809ec79Copy full SHA for 809ec79
scaleapi/__init__.py
@@ -18,7 +18,7 @@
18
'polygonannotation': {'attachment', 'attachment_type', 'instruction',
19
'objects_to_annotate', 'with_labels', 'examples'},
20
'lineannotation': {'attachment', 'attachment_type', 'instruction',
21
- 'objects_to_annotate', 'with_labels', 'examples'},
+ 'objects_to_annotate', 'with_labels', 'examples', 'splines'},
22
'datacollection': {'attachment', 'attachment_type', 'fields'},
23
'audiotranscription': {'attachment', 'attachment_type', 'verbatim', 'phrases'}}
24
SCALE_ENDPOINT = 'https://api.scaleapi.com/v1/'
0 commit comments