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