MxstBufferAndMetadata
Description
Protobuf information and reserved pointer corresponding to multiple keys output by the inference service to an external system.
Structure Definition
1 2 3 4 5 | struct MxstBufferAndMetadata { std::map<std::string, std::shared_ptr<google::protobuf::Message>> mxpiProtobufMap; MxstBufferOutput *bufferOutput; void *reservedPtr = nullptr; }; |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
mxpiProtobufMap |
Input |
Protobuf information output by the corresponding key |
bufferOutput |
Input |
Buffer structure received by the stream |
reservedPtr |
Input |
Reserved pointer data |
Parent topic: Process Orchestration Data Structures