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

StreamProcessingStopSelector

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

Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.

interface StreamProcessingStopSelector {
MaxDurationInSeconds?: number | null;
}

§Properties

§
MaxDurationInSeconds?: number | null
[src]

Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.