RemoveClass
Removes (deletes) an existing object class from a classifier. All training images and associated data are discarded.
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name of the classifier that contains the object class to remove. | Yes |
identifier
|
The unique identifier of the object class to remove. | Yes |
Example
/action=RemoveClass&classifier=wildlife&Identifier=squirrel
Response
<autnresponse> <action>REMOVECLASS</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>