Class FacialRecognitionResults
-
- All Implemented Interfaces:
public class FacialRecognitionResults extends BaseResults
-
-
Method Summary
Modifier and Type Method Description boolean
isExistingUser()
static FacialRecognitionResults
parse(JSONObject json)
String
toString()
-
Methods inherited from class com.incode.welcome_sdk.data.remote.beans.BaseResults
getOverallScore, getOverallScoreAndResultStatus, getOverallStatusColorResId, getOverallStatusIconResId, getOverallStatusIsPositive, isManualCheckNeeded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isExistingUser
boolean isExistingUser()
- Returns:
true if the who has taken a selfie already exist
-
parse
static FacialRecognitionResults parse(JSONObject json)
-
-
-
-