类 DetectionResponse
- java.lang.Object
-
- cn.smartjavaai.common.entity.DetectionResponse
-
public class DetectionResponse extends Object
检测结果- 作者:
- dwj
-
-
构造器概要
构造器 构造器 说明 DetectionResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<DetectionRectangle>getRectangleList()voidsetRectangleList(List<DetectionRectangle> rectangleList)
-
-
-
方法详细资料
-
getRectangleList
public List<DetectionRectangle> getRectangleList()
-
setRectangleList
public void setRectangleList(List<DetectionRectangle> rectangleList)
-
-