ResultData

public final class ResultData

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.

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.

Constructors

Link copied to clipboard
public ResultData ResultData(String uniqueRequestId, Long verificationResultId, String verificationResult, String verificationResultCode, String faceVerificationResult)

Properties

Link copied to clipboard

Type:string
This is the result state of the Face Verification. This includes the result - "Not Verified" if selfie not matched with face in ID "Verified" - if selfie matched with face in ID

Link copied to clipboard
private final String uniqueRequestId

Type:string
maxLength: 256
example: 56975421474
This is the unique key that is echoed back from the request.

Link copied to clipboard
private final String verificationResult

Type:String
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.

Link copied to clipboard

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.

Link copied to clipboard
private final Long verificationResultId

Type:integer($int64)
example: 1234
This is the unique Form ID that is generated on the IDmission server for each unique request.

Functions

Link copied to clipboard

Type:string
This is the result state of the Face Verification. This includes the result - "Not Verified" if selfie not matched with face in ID "Verified" - if selfie matched with face in ID

Link copied to clipboard
public final String getUniqueRequestId()

Type:string
maxLength: 256
example: 56975421474
This is the unique key that is echoed back from the request.

Link copied to clipboard

Type:String
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.

Link copied to clipboard

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.

Link copied to clipboard

Type:integer($int64)
example: 1234
This is the unique Form ID that is generated on the IDmission server for each unique request.