Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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]