Class LivenessCheckResults
-
- All Implemented Interfaces:
public class LivenessCheckResults extends BaseResults
Results of liveness checks
-
-
Method Summary
Modifier and Type Method Description Pair<String, ResultsStatus>getLivenessScore()StringgetPhotoQuality()static LivenessCheckResultsparse(JSONObject json)StringtoString()-
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
-
getLivenessScore
Pair<String, ResultsStatus> getLivenessScore()
-
getPhotoQuality
String getPhotoQuality()
-
parse
static LivenessCheckResults parse(JSONObject json)
-
-
-
-