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.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
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. | Yes |
newidentifier
|
The identifier of the object to which the image should be associated. | Yes |
/action=MoveObjectImage&database=CompanyLogos &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &imagelabel=company_logo1 &newdatabase=CompanyLogos &newidentifier=6d8e53fd92e601a4b8948e1b9397e381
<autnresponse> <action>MOVEOBJECTIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|