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