Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 596 Bytes

File metadata and controls

14 lines (10 loc) · 596 Bytes

BoundingBox

A rectangular bounding box for annotations.

Properties

Name Type Required Description
left float Yes The left coordinate of the bounding box.
top float Yes The top coordinate of the bounding box.
width float Yes The width of the bounding box.
height float Yes The height of the bounding box.

[Back to Model list] [Back to API list] [Back to README]