RemoveClassifier
Removes (deletes) a classifier created for image classification.
CAUTION: 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 |
Example
The following example removes the classifier Wildlife
.
/action=RemoveClassifier&classifier=Wildlife
Response
<autnresponse>
<action>REMOVECLASSIFIER</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>