Liveness
To use the Liveness (proof of life) functionality, the activeFaceLiveness parameter must be set to true in the SDK constructor. As shown in the example below:
FaceRecognition faceRecognition = new FaceRecognition.Builder("YOUR_MOBILE_TOKEN_SENT_BY_QITECH")
// ... Other configurations
.setDocumentNumber("000.000.000-00")
.activeFaceLiveness(true)
// ...
.build();