ListUnannotatedObjectClassImages
Lists the training images that have not been annotated.
Type: synchronous
Parameter | Description | Required |
---|---|---|
recognizer
|
The name of the recognizer. | Yes |
Example
/action=ListUnannotatedObjectClassImages&recognizer=vehicles
Response
<autnresponse> <action>LISTUNANNOTATEDOBJECTCLASSIMAGES</action> <response>SUCCESS</response> <responsedata> <imagelabel>image3</imagelabel> </responsedata> </autnresponse>
See Also
- To annotate a training image, use the action AddObjectClassAnnotations.
- If you decide you do not need a training image you can remove it using the action RemoveObjectClassImages.