string,The image of the face collected in the liveness detection.
When returnImageType is URL, this value is a link that will be expired in 1 day; if the link is expired ,you need to re query this endpoint to get a new link.
When returnImageType is Base64, this value is a Base64 encoded string of image bytes.
The default value of this field is typically consistent with faceImageFar, if the input livenessType is SILENT or ACTION, this value will equal with silentImage. More details refer to livenessFlowCategory .
faceImageTime
long, The image capture timestamp ( milliseconds).
faceImageFar
string,The far image of the face collected in the liveness detection.
When returnImageType is URL, this value is a link that will be expired in 1 day; if the link is expired ,you need to re query this endpoint to get a new link.
When returnImageType is Base64, this value is a Base64 encoded string of image bytes. Refer to livenessFlowCategory.
faceImageFarTime
long, The far image capture timestamp ( milliseconds)
faceImageNear
string,The near image of the face collected in the liveness detection.
When returnImageType is URL, this value is a link that will be expired in 1 day; if the link is expired ,you need to re query this endpoint to get a new link.
When returnImageType is Base64, this value is a Base64 encoded string of image bytes. Refer to livenessFlowCategory.
faceImageNearTime
long, The near image capture timestamp ( milliseconds)
silentImage
string,The silent image of the face collected in the liveness detection.
When returnImageType is URL, this value is a link that will be expired in 1 day; if the link is expired ,you need to re query this endpoint to get a new link.
When returnImageType is Base64, this value is a Base64 encoded string of image bytes. Refer to livenessFlowCategory.
silentImageTime
long, The silent image capture timestamp ( milliseconds)
auditImageUrl
string,The zip file that contains multi audit images. this link will be expired in 1 day; Tf the link is expired ,you need to re query this endpoint to get a new link.
faceLivenessScore
number,The score is for anti-spoofing, ranging from [0,100], less than 50 means it might be an attack.
livenessAttackType
number, The attachType when faceLivenessScore is less than 50.
Refer to livenessAttackType.
livenessType
string, The livenessType that is used in liveness. Refer to
number,Face similarity rate between the document image and liveness, the rate value is always between the number 0-100. Refer to Face Comparison ThresholdNote: for Liveness Detection, it always return null .
eventDetails
array, Event details.
faceResult
Value
Description
PASS
**IDV/FA: **faceLivenessScore >= 50 and faceSimilarityScore >= Face Comparison Threshold.
**LD: **faceLivenessScore >= 50.
FAIL
**IDV/FA: **faceLivenessScore < 50 or faceSimilarityScore < Face Comparison Threshold.
**LD: **faceLivenessScore < 50.
livenessAttackType
Value
Description
null
Not Attack. (Only when faceLivenessScore >= 50)
1
Presentation Attack. (Only possible when faceLivenessScore < 50)
2
Injection Attack. (Only possible when faceLivenessScore < 50)
3
Unsure Attack. (Only possible when faceLivenessScore < 50)