GetAllMetaData
Function Usage
Obtains all metadata from the MxpiBuffer.
Prototype
std::map<std::string, std::shared_ptr<void>> GetAllMetaData();
Return Parameter Description
Data Structure |
Description |
|---|---|
std::map<std::string, std::shared_ptr<void>> |
Smart pointer map of the metadata |
Parent topic: MxpiMetadataManager