Removes custom metadata (a key-value pair) from a detection class.
Type: synchronous
Parameter | Description | Required |
---|---|---|
detector
|
The name of the detector that contains the class. | Yes |
identifier
|
The identifier of the class that you want to remove metadata from. | Yes |
key
|
The name of the key for the key-value pair to remove. | Yes |
/action=RemoveDetectionClassMetadata&detector=roadscene &identifier=car &key=key
<autnresponse> <action>REMOVEDETECTIONCLASSMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|