CompareFacesResponse constructor
CompareFacesResponse({
- List<
CompareFacesMatch> ? faceMatches, - ComparedSourceImageFace? sourceImageFace,
- OrientationCorrection? sourceImageOrientationCorrection,
- OrientationCorrection? targetImageOrientationCorrection,
- List<
ComparedFace> ? unmatchedFaces,
Implementation
CompareFacesResponse({
this.faceMatches,
this.sourceImageFace,
this.sourceImageOrientationCorrection,
this.targetImageOrientationCorrection,
this.unmatchedFaces,
});