RelabelClassImage
Relabels an object class training image. Use this action to change the label for a training image that you have already added to an object class.
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name of the classifier that contains the object class. | Yes |
identifier
|
The identifier of the object class to which the image is associated. | Yes |
imagelabel
|
The label of the image to relabel. | Yes |
newimagelabel
|
The new label (maximum 254 bytes). | Yes |
Example
/action=RelabelClassImage&classifier=vehicles &identifier=cars &imagelabel=182d1007acab1a12890d2045794f27cc &newimagelabel=image1
Response
<autnresponse> <action>RELABELCLASSIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>