RelabelFaceImage
Relabels a face image. Use this action to change the label for a training image that you have already added to a face.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the face. | Yes |
identifier
|
The identifier of the face 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=RelabelFaceImage&database=politicians &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &imagelabel=182d1007acab1a12890d2045794f27cc &newimagelabel=image1
Response
<autnresponse> <action>RELABELFACEIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>