Class ResponseProcessFace
-
- All Implemented Interfaces:
public final class ResponseProcessFace
-
-
Field Summary
Fields Modifier and Type Field Description private final Doubleconfidenceprivate final DoublenfcSelfieConfidenceprivate final DoublenfcIdConfidenceprivate final BooleanisExistingUserprivate final StringexistingInterviewIdprivate final BooleanisNameMatched
-
Method Summary
Modifier and Type Method Description final DoublegetConfidence()final DoublegetNfcSelfieConfidence()final DoublegetNfcIdConfidence()final BooleanisExistingUser()final StringgetExistingInterviewId()final BooleanisNameMatched()final FaceMatchResulttoFaceMatchResult(List<IdCategory> idCategories, FaceMatch.MatchType matchType, Double secondIdConfidence)final static ResponseProcessFaceparse(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)
-
-
-
-