CopyMetadata
Function Usage
Copies all metadata in the buffer to the targetMxpiBuffer.
Prototype
1 | APP_ERROR MxpiMetadataManager::CopyMetadata(MxpiBuffer& targetMxpiBuffer); |
Parameters
Parameter |
Description |
|---|---|
targetMxpiBuffer |
MxpiBuffer, which stores the copied data. For details, see MxpiBuffer. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxpiMetadataManager