Creates a new, empty, classifier for use with image classification.
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name for the new classifier (maximum 254 bytes). | Yes |
The following example creates an empty classifier named vehicles
.
/action=CreateClassifier&classifier=vehicles
<autnresponse> <action>CREATECLASSIFIER</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|