RelabelImageHashImage

Relabels the training image for an image hash.

Type: synchronous

Parameter Description Required
database The name of the database that contains the image hash. Yes
identifier The identifier of the image hash. Yes
imagelabel The current image label. Yes
newimagelabel The new label (maximum 254 bytes). Yes

Example

/action=RelabelImageHashImage&database=ImageHashes
                             &identifier=6600dc0f9dd72d0cb55589e8f1d28b62
                             &imagelabel=6600dc0f9dd72d0cb55589e8f1d28b62
                             &newimagelabel=image1

Response

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