RemoveMetadata

Function Usage

Removes the metadata corresponding to the key from the MxpiBuffer.

Prototype

1
APP_ERROR MxpiMetadataManager::RemoveMetadata(const std::string& key);

Parameters

Parameter

Description

key

Key name of the metadata to be mounted to the buffer.

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.