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

StreamProcessorInput

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

Information about the source streaming video.

interface StreamProcessorInput {
KinesisVideoStream?: KinesisVideoStream | null;
}

§Properties

§
KinesisVideoStream?: KinesisVideoStream | null
[src]

The Kinesis video stream input stream for the source streaming video.