重新修改提示词和返回值
This commit is contained in:
@@ -49,6 +49,11 @@ public class ImageRecognitionVo implements Serializable {
|
||||
*/
|
||||
private List<BomItemVo> bomItems;
|
||||
|
||||
/**
|
||||
* 识别结果属性列表
|
||||
*/
|
||||
private List<AttributeVo> attributes;
|
||||
|
||||
/**
|
||||
* 识别置信度
|
||||
*/
|
||||
@@ -110,4 +115,20 @@ public class ImageRecognitionVo implements Serializable {
|
||||
*/
|
||||
private String remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 属性信息
|
||||
*/
|
||||
@Data
|
||||
public static class AttributeVo {
|
||||
/**
|
||||
* 属性名称
|
||||
*/
|
||||
private String attrKey;
|
||||
|
||||
/**
|
||||
* 属性值
|
||||
*/
|
||||
private String attrValue;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user