RemoveObjectImages
Removes training images from an object.
NOTE: After removing images from a three-dimensional object you must retrain Media Server by running the action BuildObject. When you remove images from a three-dimensional object the remaining images for that object revert to the untrained
status.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the object. | Yes |
identifier
|
The identifier of the object from which to remove images. | Yes |
imagelabels
|
A comma-separated list of labels specifying the images to remove. | Yes |
Example
/action=RemoveObjectImages&database=CompanyLogos &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &imagelabels=image1,image2
Response
<autnresponse> <action>REMOVEOBJECTIMAGES</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>