Skip to main content

Bounding Box

Reference for the Bounding Box JSON element.

See also: Bounding Box

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 when provided by the SDK.
bottomnumberBottom edge when provided by the SDK.