分类任务的分类信息。
class AttributeInfo { public: int attrId; std::string attrName; std::string attrValue; float confidence; };
参数名 |
说明 |
---|---|
attrId |
属性ID。 |
attrName |
属性名。 |
attrValue |
属性值。 |
confidence |
属性置信度。 |