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

FaceSearchSettings

import type { FaceSearchSettings } from "https://aws-api.deno.dev/v0.3/services/rekognition.ts?docs=full";

Input face recognition parameters for an Amazon Rekognition stream processor. FaceRecognitionSettings is a request parameter for "CreateStreamProcessor".

interface FaceSearchSettings {
CollectionId?: string | null;
FaceMatchThreshold?: number | null;
}

§Properties

§
CollectionId?: string | null
[src]

The ID of a collection that contains faces that you want to search for.

§
FaceMatchThreshold?: number | null
[src]

Minimum face match confidence score that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted, and values lower than 80 are set to 80.