FaceComprate constructor

FaceComprate({
  1. List<List<int>>? bboxFaces1,
  2. List<List<int>>? bboxFaces2,
  3. int? faceCompare,
  4. String? message,
  5. int? numFaces1,
  6. int? numFaces2,
  7. int? resultCode,
  8. String? score,
})

Implementation

FaceComprate({
  this.bboxFaces1,
  this.bboxFaces2,
  this.faceCompare,
  this.message,
  this.numFaces1,
  this.numFaces2,
  this.resultCode,
  this.score,
});