MoveVisualClusteringItem
Moves an item from one visual clustering database to another.
IMPORTANT: You can move an item to another database only if the destination database extracts the same number of samples from each video (as set by the numsamples
parameter in the action CreateVisualClusteringDatabase).
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the item to move. | Yes |
identifier
|
The identifier of the item to move. | Yes |
newdatabase
|
The name of the database to move the item to. | Yes |
Example
/action=MoveVisualClusteringItem &database=BroadcastClips &identifier=item1 &newdatabase=Sports
Response
<autnresponse> <action>MOVEVISUALCLUSTERINGITEM</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>