Newer Version Available
Bounding Box Input
- Root XML tag
- <odDetectedObjects>
- JSON example
-
1{ 2 "maxX": “1702” 3 "maxY": “1201” 4 "minX": “1158” 5 "minY": “1452” 6 } - Properties
-
Name Type Description Required or Optional Available Version maxX Integer Maximum X coordinate or the farthest right point of the object. Required 47.0 maxY Integer Maximum Y coordinate or the top-most point of the object. Required 47.0 minX Integer Minimum X coordinate or the farthest left point of the object. Required 47.0 minY Integer Minimum Y coordinate or the bottom-most point of the object. Required 47.0