RemoveFaceImages
Removes training images from a face.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the face. | Yes |
identifier
|
The identifier of the face from which to remove images. | Yes |
imagelabels
|
A comma-separated list of labels specifying the images to remove. | Yes |
Example
/action=RemoveFaceImages&database=politicians &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &imagelabels=image1,image2
Response
<autnresponse> <action>REMOVEFACEIMAGES</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>