Newer Version Available
Add Example Images
Add example images that contain objects or products that you want
the model to identify better or additionally. Use this resource to also check the details of
example images you have added.
- Resource
-
1/services/data/vXX.X/connect/object-detection/images/imageId/feedback - Available version
- 47.0
- HTTP methods
- GET, POST
- Response body for GET
- Example Image
- Request body for POST
-
- 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
- Response body for POST
- Example Image Addition Result