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

SearchFacesByImageResponse

import type { SearchFacesByImageResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/rekognition.ts";
interface SearchFacesByImageResponse {
FaceMatches?: FaceMatch[] | null;
FaceModelVersion?: string | null;
SearchedFaceBoundingBox?: BoundingBox | null;
SearchedFaceConfidence?: number | null;
}

§Properties

§
FaceMatches?: FaceMatch[] | null
[src]
§
FaceModelVersion?: string | null
[src]
§
SearchedFaceBoundingBox?: BoundingBox | null
[src]
§
SearchedFaceConfidence?: number | null
[src]