Package com.incode.welcome_sdk.results
Class FaceMatchResult
-
- All Implemented Interfaces:
public final class FaceMatchResult extends BaseResult
Stores result of face match
-
-
Field Summary
Fields Modifier and Type Field Description public final Doubleconfidencepublic final DoublesecondIdConfidencepublic final DoublenfcVsSelfieConfidencepublic final DoublenfcVsIdConfidencepublic final BooleanisFaceMatchedpublic final List<IdCategory>idCategoriespublic final BooleanisExistingUserpublic final StringexistingInterviewIdpublic final BooleanisNameMatchedpublic ResultCoderesultCodepublic Throwableerrorpublic DeviceStatsdeviceStats
-
Constructor Summary
Constructors Constructor Description FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories, Boolean isExistingUser, String existingInterviewId, Boolean isNameMatched)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories, Boolean isExistingUser, String existingInterviewId)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories, Boolean isExistingUser)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence)FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence)FaceMatchResult(ResultCode resultCode, Throwable error)FaceMatchResult(ResultCode resultCode)
-
Method Summary
-
-
Constructor Detail
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories, Boolean isExistingUser, String existingInterviewId, Boolean isNameMatched)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories, Boolean isExistingUser, String existingInterviewId)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories, Boolean isExistingUser)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched, List<IdCategory> idCategories)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence, Boolean isFaceMatched)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence, Double nfcVsIdConfidence)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence, Double nfcVsSelfieConfidence)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence, Double secondIdConfidence)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error, Double confidence)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode, Throwable error)
-
FaceMatchResult
FaceMatchResult(ResultCode resultCode)
-
-
-
-