Renames a detector that is used for object detection.
Type: synchronous
Parameter | Description | Required |
---|---|---|
detector
|
The name of the detector that you want to rename. | Yes |
newdetector
|
The new name for the detector (maximum 254 bytes). | Yes |
The following example renames the detector roadscene
, using the new name streetscene
.
/action=RenameDetector&detector=roadscene&newdetector=streetscene
<autnresponse> <action>RENAMEDETECTOR</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|