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

StartStreamProcessorRequest

import type { StartStreamProcessorRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface StartStreamProcessorRequest {
Name: string;
StartSelector?: StreamProcessingStartSelector | null;
StopSelector?: StreamProcessingStopSelector | null;
}

§Properties

§
Name: string
[src]

The name of the stream processor to start processing.

§
StartSelector?: StreamProcessingStartSelector | null
[src]

Specifies the starting point in the Kinesis stream to start processing. You can use the producer timestamp or the fragment number. If you use the producer timestamp, you must put the time in milliseconds. For more information about fragment numbers, see Fragment.

This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.

§
StopSelector?: StreamProcessingStopSelector | null
[src]

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

This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.