MxstFrameExternalInfo
Description
Stores external information received by the inference service.
Structure Definition
1 2 3 4 5 | struct MxstFrameExternalInfo { uint64_t uniqueId; int fragmentId; std::string customParam; }; |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
uniqueId |
Input |
Unique ID of the data. |
fragmentId |
Input |
Fragment ID. |
customParam |
Input |
Pointer to the output result data. |
Parent topic: Process Orchestration Data Structures