Removes (deletes) a classifier created for object classification.
Caution: All object classes, training images, and metadata stored in the classifier are discarded.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
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>
|