Container to carry the positional information of word.
| name | data type | constraints | description |
|---|---|---|---|
| left | number | required int | |
| top | number | required int | |
| right | number | required int | |
| bottom | number | required int |
Example
{
"left" : 12345,
"top" : 12345,
"right" : 12345,
"bottom" : 12345
}