RenameFace
Renames a face. Use this action to change the identifier for a face that you have already added to a database.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the face. | Yes |
identifier
|
The identifier of the face that you want to rename. | Yes |
newidentifier
|
The new identifier for the face (maximum 254 bytes). | Yes |
Example
/action=RenameFace&database=politicians &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &newidentifier=JohnSmith
Response
<autnresponse> <action>RENAMEFACE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>