@@ -40,11 +40,11 @@ __ https://scale.com/docs/#create-categorization-task
4040.. code-block :: python
4141
4242 task = client.create_categorization_task(
43- callback_url = ' http://www.example.com/callback' ,
44- instruction = ' Is this company public or private?' ,
45- attachment_type = ' website' ,
46- attachment = ' http://www.google.com/' ,
47- categories = [' public' , ' private' ]
43+ callback_url = ' http://www.example.com/callback' ,
44+ instruction = ' Is this company public or private?' ,
45+ attachment_type = ' website' ,
46+ attachment = ' http://www.google.com/' ,
47+ categories = [' public' , ' private' ]
4848 )
4949
5050 Create Image Annotation Task
@@ -61,7 +61,7 @@ __ https://docs.scale.com/reference#general-image-annotation
6161 instruction = ' Draw a box around each baby cow and big cow.' ,
6262 attachment_type = " image" ,
6363 attachment = " http://i.imgur.com/v4cBreD.jpg" ,
64- geometries = {
64+ geometries = {
6565 " box" : {
6666 " objects_to_annotate: [" Baby Cow" , " Big Cow" ],
6767 " min_height" : 10 ,
0 commit comments