RenameObjectClass
Renames an object class. Use this action to change the identifier for an object class that you have already added to a recognizer.
Type: synchronous
Parameter | Description | Required |
---|---|---|
recognizer
|
The name of the recognizer that contains the class to rename. | Yes |
identifier
|
The identifier of the object class that you want to rename. | Yes |
newidentifier
|
The new identifier for the object class (maximum 254 bytes). | Yes |
Example
/action=RenameObjectClass&recognizer=vehicles &identifier=car &newidentifier=automobile
Response
<autnresponse> <action>RENAMEOBJECTCLASS</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>