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

StreamProcessingStartSelector

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

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

interface StreamProcessingStartSelector {
KVSStreamStartSelector?: KinesisVideoStreamStartSelector | null;
}

§Properties

§
KVSStreamStartSelector?: KinesisVideoStreamStartSelector | null
[src]

Specifies the starting point in the stream to start processing. This can be done with a producer timestamp or a fragment number in a Kinesis stream.