RenameObjectClassRecognizer

Renames a recognizer that is used for object class recognition.

Type: synchronous

Parameter Description Required
recognizer The name of the recognizer to rename. Yes
newrecognizer The new name for the recognizer (maximum 254 bytes). Yes

Example

The following example renames the recognizer RoadScene, using the new name StreetScene.

/action=RenameObjectClassRecognizer&recognizer=RoadScene&newrecognizer=StreetScene

Response

<autnresponse>
  <action>RENAMEOBJECTCLASSRECOGNIZER</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>