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

SearchFacesResponse

import type { SearchFacesResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface SearchFacesResponse {
FaceMatches?: FaceMatch[] | null;
FaceModelVersion?: string | null;
SearchedFaceId?: string | null;
}

§Properties

§
FaceMatches?: FaceMatch[] | null
[src]

An array of faces that matched the input face, along with the confidence in the match.

§
FaceModelVersion?: string | null
[src]

Version number of the face detection model associated with the input collection (CollectionId).

§
SearchedFaceId?: string | null
[src]

ID of the face that was searched for matches in a collection.