supervision-js
    Preparing search index...

    Interface DetectionPlaybackGateOptions

    interface DetectionPlaybackGateOptions {
        enabled?: boolean;
        requiredAheadSeconds?: number;
    }
    Index
    enabled?: boolean

    Pause playback while the requested detection window is unavailable.

    requiredAheadSeconds?: number

    Required detections ahead of the active playback time.