You've already forked FrameTour-BE
阿里云人脸检测结果返回
This commit is contained in:
@ -2,7 +2,10 @@ package com.ycwl.basic.model.task.resp;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class SearchFaceRespVo {
|
||||
private float score;
|
||||
private List<Long> sampleListIds;
|
||||
}
|
||||
|
Reference in New Issue
Block a user