无识别结果时返回

This commit is contained in:
2024-12-26 13:51:33 +08:00
parent 43ae10916c
commit 30314ecd48
4 changed files with 27 additions and 12 deletions

View File

@ -6,7 +6,7 @@ import java.util.List;
@Data
public class SearchFaceRespVo {
private Float score;
private float score;
private List<Long> sampleListIds;
private String searchResultJson;
private Float firstMatchRate;