RemoveObjectClass
Removes (deletes) an object class from a recognizer. Removing an object class also removes all annotations associated with that class.
Type: synchronous
Parameter | Description | Required |
---|---|---|
recognizer
|
The name of the recognizer that contains the object class to remove. | Yes |
identifier
|
The unique identifier of the object class to remove. | Yes |
Example
/action=RemoveObjectClass&recognizer=vehicles&identifier=car
Response
<autnresponse> <action>REMOVEOBJECTCLASS</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>