Skip to content

Commit b9585eb

Browse files
author
Rilka Li
authored
Update list of task types
1 parent 6872cba commit b9585eb

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

scaleapi/__init__.py

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@
44
from .tasks import Task
55

66
TASK_TYPES = [
7+
'annotation',
8+
'audiotranscription',
79
'categorization',
8-
'transcription',
9-
'phonecall',
1010
'comparison',
11-
'annotation',
12-
'polygonannotation',
13-
'lineannotation',
11+
'cuboidannotation',
1412
'datacollection',
15-
'audiotranscription',
13+
'imageannotation',
14+
'lineannotation',
15+
'namedentityrecognition',
1616
'pointannotation',
17-
'cuboidannotation',
17+
'polygonannotation',
1818
'segmentannotation',
19-
'namedentityrecognition'
19+
'transcription',
20+
'videoannotation',
21+
'videoboxannotation',
22+
'videocuboidannotation'
2023
]
2124
SCALE_ENDPOINT = 'https://api.scale.com/v1/'
2225
DEFAULT_LIMIT = 100

0 commit comments

Comments
 (0)