Bounding Box
Reference for the Bounding Box JSON element.
See also: Bounding Box
Example
{
"left": 939,
"top": 305,
"width": 341,
"height": 412
}
Fields
| Field | Type | Description |
|---|---|---|
left | number | Left edge in pixels. |
top | number | Top edge in pixels. |
width | number | Width in pixels. |
height | number | Height in pixels. |
right | number | Right edge when provided by the SDK. |
bottom | number | Bottom edge when provided by the SDK. |