ComparedSourceImageFace constructor

ComparedSourceImageFace({
  1. BoundingBox? boundingBox,
  2. double? confidence,
})

Implementation

ComparedSourceImageFace({
  this.boundingBox,
  this.confidence,
});