MxstFrameExternalInfo
Function Usage
Stores external information received by the inference service.
Prototype
struct MxstFrameExternalInfo {
uint64_t uniqueId;
int fragmentId;
std::string customParam;
};
Parameter Description
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: Data Structure