AttributeInfo
Function
Defines classification information of a classification task.
Structure Definition
class AttributeInfo {
public:
int attrId;
std::string attrName;
std::string attrValue;
float confidence;
};
Parameter Description
Parameter |
Description |
|---|---|
attrId |
Property ID |
attrName |
Property name |
attrValue |
Property value |
confidence |
Property confidence |
Parent topic: Data Structure