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

StartSegmentDetectionFilters

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

Filters applied to the technical cue or shot detection segments. For more information, see "StartSegmentDetection".

interface StartSegmentDetectionFilters {
ShotFilter?: StartShotDetectionFilter | null;
TechnicalCueFilter?: StartTechnicalCueDetectionFilter | null;
}

§Properties

§
ShotFilter?: StartShotDetectionFilter | null
[src]

Filters that are specific to shot detections.

§
TechnicalCueFilter?: StartTechnicalCueDetectionFilter | null
[src]

Filters that are specific to technical cues.