RemoveVehicleModelImages
Removes training images from a vehicle model.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model. | Yes |
identifier
|
The identifier of the model from which to remove images. | Yes |
imagelabels
|
A comma-separated list of labels specifying the images to remove. | Yes |
Example
/action=RemoveVehicleModelImages&database=Cars &identifier=FordFocusRS &imagelabels=image1,image2
Response
<autnresponse> <action>REMOVEVEHICLEMODELIMAGES</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>