checkLiveness abstract method

Future<LivenessResult> checkLiveness(
  1. Face face
)

Check a face for liveness (anti-spoofing).

Implementation

Future<LivenessResult> checkLiveness(Face face);