MxClass
Description
Defines the classification data information transferred between plugins in a stream.
Structure Definition
1 2 3 4 5 6 | struct MxClass { std::vector<MxMetaHeader> headers; int32_t classId; std::string className; float confidence; } |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
headers |
Input |
Header information of classification data. |
classId |
Input |
Class ID of classification data. |
className |
Input |
Class name of classification data. |
confidence |
Input |
Confidence of a class. |
Parent topic: Process Orchestration Data Structures