Skip to main content

Bounding Box

A rectangle that marks the detected object within an image or frame.

Example

{
"left": 939,
"top": 305,
"width": 341,
"height": 412
}

Fields

FieldTypeDescription
leftnumberLeft edge in pixels.
topnumberTop edge in pixels.
widthnumberWidth in pixels.
heightnumberHeight in pixels.
rightnumberRight edge in pixels when provided by the SDK.
bottomnumberBottom edge in pixels when provided by the SDK.