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 6872cba commit b9585ebCopy full SHA for b9585eb
scaleapi/__init__.py
@@ -4,19 +4,22 @@
4
from .tasks import Task
5
6
TASK_TYPES = [
7
+ 'annotation',
8
+ 'audiotranscription',
9
'categorization',
- 'transcription',
- 'phonecall',
10
'comparison',
11
- 'annotation',
12
- 'polygonannotation',
13
- 'lineannotation',
+ 'cuboidannotation',
14
'datacollection',
15
- 'audiotranscription',
+ 'imageannotation',
+ 'lineannotation',
+ 'namedentityrecognition',
16
'pointannotation',
17
- 'cuboidannotation',
+ 'polygonannotation',
18
'segmentannotation',
19
- 'namedentityrecognition'
+ 'transcription',
20
+ 'videoannotation',
21
+ 'videoboxannotation',
22
+ 'videocuboidannotation'
23
]
24
SCALE_ENDPOINT = 'https://api.scale.com/v1/'
25
DEFAULT_LIMIT = 100
0 commit comments