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

StreamProcessorOutput

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

Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

interface StreamProcessorOutput {
KinesisDataStream?: KinesisDataStream | null;
}

§Properties

§
KinesisDataStream?: KinesisDataStream | null
[src]

The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.