Removes (deletes) a classifier created for image classification.
All object classes, training images, and metadata stored in the classifier are discarded.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
classifier
|
The name of the classifier to remove. | Yes |
The following example removes the classifier Wildlife.
/action=RemoveClassifier&classifier=Wildlife
<autnresponse>
<action>REMOVECLASSIFIER</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|
|