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

StreamProcessor

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

An object that recognizes faces or labels in a streaming video. An Amazon Rekognition stream processor is created by a call to "CreateStreamProcessor". The request parameters for CreateStreamProcessor describe the Kinesis video stream source for the streaming video, face recognition parameters, and where to stream the analysis resullts.

interface StreamProcessor {
Name?: string | null;
Status?: StreamProcessorStatus | null;
}

§Properties

§
Name?: string | null
[src]

Name of the Amazon Rekognition stream processor.

§

Current status of the Amazon Rekognition stream processor.