feat: 删除冗余接口
This commit is contained in:
@@ -27,21 +27,6 @@ public class ImageRecognitionVo implements Serializable {
|
||||
*/
|
||||
private String recognitionType;
|
||||
|
||||
/**
|
||||
* 识别结果
|
||||
*/
|
||||
private String recognizedText;
|
||||
|
||||
/**
|
||||
* 结构化识别结果(JSON格式)
|
||||
*/
|
||||
private Map<String, Object> structuredResult;
|
||||
|
||||
/**
|
||||
* BOM信息列表
|
||||
*/
|
||||
private List<BomItemVo> bomItems;
|
||||
|
||||
/**
|
||||
* 识别结果属性列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user