Class FaceMatchResult
java.lang.Object
io.digified.digified_library.api.result.BaseDigifiedResult
io.digified.digified_library.api.result.DigifiedResult
io.digified.digified_library.api.result.FaceMatchResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter method forcongruence
: How the two images match (the higher is the better) (value between 0-1).Getter method forliveness
: Detecting the confidence of how much is the selfie is real and not spoofed (the higher is the better) (value between 0-1).Methods inherited from class io.digified.digified_library.api.result.DigifiedResult
getError, getErrorCode, getMessage, getNextProcess, getOverallStatus, getResult, getShouldTerminate
-
Constructor Details
-
FaceMatchResult
public FaceMatchResult()
-
-
Method Details
-
getCongruence
Getter method forcongruence
: How the two images match (the higher is the better) (value between 0-1).- Returns:
- "congruence" in the API response
-
getLiveness
Getter method forliveness
: Detecting the confidence of how much is the selfie is real and not spoofed (the higher is the better) (value between 0-1).- Returns:
- "liveness" in the API response
-