ListObjectClassImages

Lists the training images that have been added to an object class recognizer.

Type: synchronous

Parameter Description Required
recognizer The name of the recognizer. Yes

Example

/action=ListObjectClassImages&recognizer=vehicles

Response

<autnresponse>
  <action>LISTOBJECTCLASSIMAGES</action>
  <response>SUCCESS</response>
  <responsedata>
    <imagelabel>image1</imagelabel>
    <imagelabel>image2</imagelabel>
  </responsedata>
</autnresponse>