|
@@ -236,6 +236,7 @@ public class ExamCaptureServiceImpl implements ExamCaptureService {
|
|
|
* @param examRecordData
|
|
|
* @return
|
|
|
*/
|
|
|
+ @Deprecated
|
|
|
@Override
|
|
|
public CalculateFaceCheckResultInfo calculateFaceCheckResult(Long examRecordDataId) {
|
|
|
ExamRecordData examRecordData = examRecordDataService.getExamRecordDataCache(examRecordDataId);
|
|
@@ -282,6 +283,7 @@ public class ExamCaptureServiceImpl implements ExamCaptureService {
|
|
|
* @param studentId
|
|
|
* @return
|
|
|
*/
|
|
|
+ @Deprecated
|
|
|
private CalculateFaceCheckResultInfo calculateByCaptureResult(List<ExamCaptureEntity> examCaptureEntityList,
|
|
|
Long examId, Long studentId) {
|
|
|
int strangerCount = 0; // 人脸比较陌生人记录数
|
|
@@ -357,6 +359,7 @@ public class ExamCaptureServiceImpl implements ExamCaptureService {
|
|
|
/**
|
|
|
* 计算百度活体检测成功数量
|
|
|
*/
|
|
|
+ @Deprecated
|
|
|
private int calculateFacelivenessSuccessCount(String facelivenessResult) {
|
|
|
if (StringUtils.isNotBlank(facelivenessResult)) {
|
|
|
// 兼容C端学生端情况,人脸真实性值只存在0或1两种值
|