BoundingBox Data Type

Container to carry the positional information of word.

Properties
name data type description
left number
top number
right number
bottom number

Example

{
  "left" : 12345,
  "top" : 12345,
  "right" : 12345,
  "bottom" : 12345
}