StartSegmentDetectionRequest
import type { StartSegmentDetectionRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/rekognition.ts";interface StartSegmentDetectionRequest {
ClientRequestToken?: string | null;
Filters?: StartSegmentDetectionFilters | null;
JobTag?: string | null;
NotificationChannel?: NotificationChannel | null;
SegmentTypes: SegmentType[];
Video: Video;
}