Allows you to start liveness processing:
const Face = Regula.Faceconst LivenessResponse = Face.LivenessResponseFace.startLivenessMatching(response => {response = LivenessResponse.fromJson(JSON.parse(response))console.log(JSON.stringify(response))}, e => { })
LivenessResponse└── image└── liveness└── error
Parameter | Description |
image | Image |
liveness | Liveness result, one of |
error | Error |