supervision-js
    Preparing search index...

    Interface RegionRendererTarget

    Selects detections consumed by a region renderer. All configured fields match.

    interface RegionRendererTarget {
        id?: RegionRendererTargetValue;
        className?: string | readonly string[];
        sourceId?: string | readonly string[];
        resolve?: (
            detection: Detection,
            context: AnnotationStyleContext,
        ) => boolean;
    }
    Index
    className?: string | readonly string[]
    sourceId?: string | readonly string[]
    resolve?: (detection: Detection, context: AnnotationStyleContext) => boolean