LivenessDetectionLabelModel constructor

LivenessDetectionLabelModel({
  1. String? smile,
  2. String? lookUp,
  3. String? lookDown,
  4. String? lookLeft,
  5. String? lookRight,
  6. String? blink,
})

Implementation

LivenessDetectionLabelModel({
  this.smile,
  this.lookUp,
  this.lookDown,
  this.lookLeft,
  this.lookRight,
  this.blink,
});