视频模板代码框架
This commit is contained in:
@@ -12,7 +12,7 @@ import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 人脸检测日志实体
|
||||
* 图像检测日志实体
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@@ -89,13 +89,13 @@ public class FaceDetectLog implements Serializable {
|
||||
private Boolean success;
|
||||
|
||||
/**
|
||||
* 检测到的人脸数量
|
||||
* 检测到的图像数量
|
||||
*/
|
||||
@TableField("face_count")
|
||||
private Integer faceCount;
|
||||
|
||||
/**
|
||||
* 人脸区域坐标 [x1, y1, x2, y2]
|
||||
* 图像区域坐标 [x1, y1, x2, y2]
|
||||
*/
|
||||
@TableField("face_bbox")
|
||||
private String faceBbox;
|
||||
|
||||
Reference in New Issue
Block a user