LivenessChecker constructor

const LivenessChecker({
  1. double minEyeOpenProbability = 0.4,
  2. double maxHeadAngle = 20.0,
})

Implementation

const LivenessChecker({
  this.minEyeOpenProbability = 0.4,
  this.maxHeadAngle = 20.0,
});