The minimum height in pixels of the bounding boxes you'd like to be made.
min_width
integer
0
The minimum width in pixels of the bounding boxes you'd like to be made.
can_rotate
boolean
false
Allows a tasker to rotate the bounding box.
integer_pixels
boolean
false
Response fields denoting box location and size (top, left, width, height) will be returned as integers instead of floats. This does not work with rotated boxes.
A computer-generated unique identifier for this annotation. In video annotation tasks, this can be used to track the same object across frames.
type
string
String indicating geometry type: box
label
string
The label of this annotation, chosen from the objects_to_annotate array for its geometry. In video annotation tasks, any annotation objects with the same uuid will have the same label across all frames.
attributes
object
See the Annotation Attributes section for more details about the attributes response field.
left
float
The distance, in pixels, between the left border of the bounding box and the left border of the image.
top
float
The distance, in pixels, between the top border of the bounding box and the top border of the image.
width
float
The width, in pixels, of the bounding box.
height
float
The height, in pixels, of the bounding box.
If can_rotate was set to true, the following fields will supersede the above fields:
Key
Type
Description
rotation
float
The clockwise rotation in radians
vertices
An array of objects with a schema {x: 0, y: 0}
The vertices of the rotated bounding box
left
float
The distance, in pixels, between the left border of the unrotated bounding box and the left border of the image.
top
float
The distance, in pixels, between the top border of the unrotated bounding box and the top border of the image.