Newer Version Available
Example Image Input
- Root XML tag
- <objectDetectionResponse>
- JSON example
-
1{ 2 "objectModelMap": 3 "Example Product": "0z4xx000000015lBND" 4 “Sample Product”: “0z4xx000000015lQLF" 5 “Text Product”: “0z4xx000000015lZQO" 6 "feedbackAnnotations": { 7 "probabilities": [ 8 { 9 "boundingBox":{ 10 "maxX": “1702” 11 "maxY": “1201” 12 "minX": “1158” 13 "minY": “1452” 14 }, 15 "Label": “Example Product” 16 } 17 ] 18 } 19} - Properties
-
Name Type Description Required or Optional Available Version feedbackAnnotations Object Input[] Name and annotations of each object. Required 47.0 objectModelMap Map<String, String> Name and unique identifier of each object. Required 47.0