DoDump

Function Usage

Obtains the specified data in the buffer.

Prototype

1
2
std::string MxPluginBase::DoDump(MxTools::MxpiBuffer& mxpiBuffer, const std::vector<std::string>& filterKeys = std::vector<std::string>(),
                   const std::vector<std::string>& requiredKeys = std::vector<std::string>()) const;

Parameters

Parameter

Description

mxpiBuffer

Buffer data.

The member data under this data structure is input by the upstream plugin. Do not manually set the memory data.

filterKeys

Filters data of specified key values.

requiredKeys

Obtains the data of specified key values.

Response Parameters

Data Structure

Description

std::string

Data obtained from the buffer.