Moves a training image from one face to another. Use this action if you add a training image to the wrong face.
Note: Moving training images can invalidate the training for the faces. After using this action, you might need to retrain Media Server by running the action BuildFace.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the face with the image to move. | Yes |
identifier
|
The identifier of the face to which the image is currently associated. | Yes |
imagelabel
|
The label of the image to move to a different face. | Yes |
newdatabase
|
The name of the database that contains the face to which the image should be associated. | Yes |
newidentifier
|
The identifier of the face to which the image should be associated. | Yes |
/action=MoveFaceImage&database=politicians &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &imagelabel=person_image1 &newdatabase=politicians &newidentifier=6d8e53fd92e601a4b8948e1b9397e381
<autnresponse> <action>MOVEFACEIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|