ComparedFace constructor

ComparedFace({
  1. BoundingBox? boundingBox,
  2. double? confidence,
  3. List<Landmark>? landmarks,
  4. Pose? pose,
  5. ImageQuality? quality,
})

Implementation

ComparedFace({
  this.boundingBox,
  this.confidence,
  this.landmarks,
  this.pose,
  this.quality,
});