MxstProtobufAndBuffer
Description
Protobuf information corresponding to multiple keys output by the inference service to an external system.
Structure Definition
1 2 3 4 | struct MxstProtobufAndBuffer { std::map<std::string, std::shared_ptr<google::protobuf::Message>> mxpiProtobufMap; MxstDataOutput *dataOutput; }; |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
mxpiProtobufMap |
Input |
Protobuf information output by the corresponding key |
dataOutput |
Input |
Output data of the inference service |
Parent topic: Process Orchestration Data Structures