SegmentDetection
import type { SegmentDetection } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/rekognition.ts";interface SegmentDetection {
DurationFrames?: number | null;
DurationMillis?: number | null;
DurationSMPTE?: string | null;
EndFrameNumber?: number | null;
EndTimecodeSMPTE?: string | null;
EndTimestampMillis?: number | null;
ShotSegment?: ShotSegment | null;
StartFrameNumber?: number | null;
StartTimecodeSMPTE?: string | null;
StartTimestampMillis?: number | null;
TechnicalCueSegment?: TechnicalCueSegment | null;
Type?: SegmentType | null;
}§Properties
§
ShotSegment?: ShotSegment | null
[src]§
TechnicalCueSegment?: TechnicalCueSegment | null
[src]§
Type?: SegmentType | null
[src]