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

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

Properties

Filters that are specific to shot detections.

Filters that are specific to technical cues.