CompareFacesResponse constructor

CompareFacesResponse({
  1. List<CompareFacesMatch>? faceMatches,
  2. ComparedSourceImageFace? sourceImageFace,
  3. OrientationCorrection? sourceImageOrientationCorrection,
  4. OrientationCorrection? targetImageOrientationCorrection,
  5. List<ComparedFace>? unmatchedFaces,
})

Implementation

CompareFacesResponse({
  this.faceMatches,
  this.sourceImageFace,
  this.sourceImageOrientationCorrection,
  this.targetImageOrientationCorrection,
  this.unmatchedFaces,
});