CompareFacesResponse
import type { CompareFacesResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/rekognition.ts";interface CompareFacesResponse {
FaceMatches?: CompareFacesMatch[] | null;
SourceImageFace?: ComparedSourceImageFace | null;
SourceImageOrientationCorrection?: OrientationCorrection | null;
TargetImageOrientationCorrection?: OrientationCorrection | null;
UnmatchedFaces?: ComparedFace[] | null;
}§Properties
§
FaceMatches?: CompareFacesMatch[] | null
[src]§
SourceImageFace?: ComparedSourceImageFace | null
[src]§
SourceImageOrientationCorrection?: OrientationCorrection | null
[src]§
TargetImageOrientationCorrection?: OrientationCorrection | null
[src]§
UnmatchedFaces?: ComparedFace[] | null
[src]