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.4/services/rekognition.ts?docs=full";

Input parameters used in a streaming video analyzed by a Amazon Rekognition stream processor. You can use FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to detect labels.

interface StreamProcessorSettings {
ConnectedHome?: ConnectedHomeSettings | null;
FaceSearch?: FaceSearchSettings | null;
}

§Properties

§
ConnectedHome?: ConnectedHomeSettings | null
[src]
§
FaceSearch?: FaceSearchSettings | null
[src]

Face search settings to use on a streaming video.