AttributeInfo
功能
分类任务的分类信息。
结构定义
class AttributeInfo { public: int attrId; std::string attrName; std::string attrValue; float confidence; };
参数说明
参数名 |
说明 |
---|---|
attrId |
属性ID。 |
attrName |
属性名。 |
attrValue |
属性值。 |
confidence |
属性置信度。 |
父主题: 通用数据结构