RelabelObjectClassImage

Relabels an object class recognition training image. Use this action to change the label for a training image that you have already added to a recognizer.

Type: synchronous

Parameter Description Required
recognizer The name of the recognizer that contains the image. Yes
imagelabel The label of the image to relabel. Yes
newimagelabel The new label (maximum 254 bytes). Yes

Example

/action=RelabelObjectClassImage&recognizer=vehicles
                               &imagelabel=182d1007acab1a12890d2045794f27cc
                               &newimagelabel=image1

Response

<autnresponse>
  <action>RELABELOBJECTCLASSIMAGE</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>