ResultData

public ResultData ResultData(String uniqueRequestId, Long verificationResultId, JsonElement verificationResultDetails, String verificationResult, String verificationResultCode, String faceVerificationResult, Double faceVerificationScore, String faceMask, Double faceMaskScore, String liveFace, Double realScore, String headCovering, Double headCoveringScore, String eyeCovering, Double eyeCoveringScore, String cellPhone, Double cellPhoneScore, Double estimatedAge, String predicatedGender, Boolean closedEyes, VideoIDData videoIDData)

Parameters

uniqueRequestId

This is the unique key that is echoed back from the request.

verificationResultId

This is the unique Form ID that is generated on the IDmission server for each unique request.

verificationResultDetails

Decision_{DecisionName} – This is a repeating node for each applicable decision and the DecisionName label will vary indicating the decision category from validation processing. DecisionStateCode - Different decision state codes will be returned back based on the servers evaluation of the request. Please refer /master/status-code-list which represents all possible values as the statusCode. DecisionResult - This is the result state of the submission. Please refer /master/status-code-list which represents all possible values shown in the statusCodeDescription for failed decisions. When a decision rule passes, the DecisionResult value will always be "OK".

verificationResult

This is the result state of the submission. Please refer /master/status-code-list which represents all of the values for the Form Create / Form Search APIs.

verificationResultCode

Different status codes will be returned back based on the servers evaluation of the request. Please refer /master/status-code-list which represents all of the values for the Form Create / Form Search APIs.

faceVerificationResult

Verified' if the face matches or 'Not Verified' if the face doesn't match. Matching is based on thresholds set using the biometric match score.

faceVerificationScore

Score associated with the facial biometric match. Values will be 0 to 100.

faceMask

If a face mask is detected in the image, the value will be true, else false.

faceMaskScore

Score associated with the face mask detection. Value range from 0 to 1, 1 being the highest.

liveFace

If a live face is detected in the image(s), the value will be true, else false.

realScore

Score associated with the face liveness. Value range from 0 to 1, 1 being the highest.

headCovering

If a head covering is detected in the image, the value will be true, else false.

headCoveringScore

Score associated with the head covering detection. Value range from 0 to 1, 1 being the highest.

eyeCovering

If any eye covering is detected in the image (e.g. glasses, specticles, patches), the value will be true, else false.

eyeCoveringScore

Score associated with the eye covering detection. Value range from 0 to 1, 1 being the highest.

cellPhone

If a cell phone is detected in the image, the value will be true, else false.

cellPhoneScore

Score associated with the cell phone detection. Value range from 0 to 1, 1 being the highest.

estimatedAge

Estimated age of a subject based on the evaluation of their facial biometrics.

predicatedGender

Predicted gender of a subject based on the evaluation of their facial biometrics.

closedEyes

If closed eyes detected in the image. the value will be true, else false.

videoIDData