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