MoveObjectImage
Moves a training image from one object to another. Use this action if you add a training image to the wrong object.
NOTE: Moving training images can invalidate the training for the objects. Training is invalidated when you move images from or to a 3D object, or when the source and destination objects have different training options. After using this action, you might need to retrain Media Server by running the action BuildObject.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the object with the image to move. | Yes |
identifier
|
The identifier of the object to which the image is currently associated. | Yes |
imagelabel
|
The label of the image to move to a different object. | Yes |
newdatabase
|
The name of the database that contains the object to which the image should be associated. The default value of this parameter is the same database as specified by the database parameter. |
No |
newidentifier
|
The identifier of the object to which the image should be associated. | Yes |
Example
/action=MoveObjectImage&database=CompanyLogos &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &imagelabel=company_logo1 &newdatabase=CompanyLogos &newidentifier=6d8e53fd92e601a4b8948e1b9397e381
Response
<autnresponse> <action>MOVEOBJECTIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>