Class ResponseProcessFace
-
- All Implemented Interfaces:
public final class ResponseProcessFace
-
-
Field Summary
Fields Modifier and Type Field Description private final Double
confidence
private final Double
nfcSelfieConfidence
private final Double
nfcIdConfidence
private final Boolean
isExistingUser
private final String
existingInterviewId
private final Boolean
isNameMatched
-
Method Summary
Modifier and Type Method Description final Double
getConfidence()
final Double
getNfcSelfieConfidence()
final Double
getNfcIdConfidence()
final Boolean
isExistingUser()
final String
getExistingInterviewId()
final Boolean
isNameMatched()
final FaceMatchResult
toFaceMatchResult(List<IdCategory> idCategories, FaceMatch.MatchType matchType, Double secondIdConfidence)
final static ResponseProcessFace
parse(ResponseBody responseBody)
-
-
Method Detail
-
getConfidence
final Double getConfidence()
-
getNfcSelfieConfidence
final Double getNfcSelfieConfidence()
-
getNfcIdConfidence
final Double getNfcIdConfidence()
-
isExistingUser
final Boolean isExistingUser()
-
getExistingInterviewId
final String getExistingInterviewId()
-
isNameMatched
final Boolean isNameMatched()
-
toFaceMatchResult
final FaceMatchResult toFaceMatchResult(List<IdCategory> idCategories, FaceMatch.MatchType matchType, Double secondIdConfidence)
-
parse
final static ResponseProcessFace parse(ResponseBody responseBody)
-
-
-
-