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;
}