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

StreamProcessorSettings

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

Input parameters used to recognize faces in a streaming video analyzed by a Amazon Rekognition stream processor.

interface StreamProcessorSettings {
FaceSearch?: FaceSearchSettings | null;
}

§Properties

§
FaceSearch?: FaceSearchSettings | null
[src]

Face search settings to use on a streaming video.