RelabelVehicleModelImage
Relabels a vehicle model image. Use this action to change the label for a training image that you have already added to 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 vehicle model with which the image is associated. | Yes |
imagelabel
|
The label of the image to relabel. | Yes |
newimagelabel
|
The new label (maximum 254 bytes). | Yes |
Example
/action=RelabelVehicleModelImage&database=Cars &identifier=FordFocusRS &imagelabel=182d1007acab1a12890d2045794f27cc &newimagelabel=image7
Response
<autnresponse> <action>RELABELVEHICLEMODELIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>