supervision-js
    Preparing search index...

    Interface DetectionPickResult

    interface DetectionPickResult {
        detection: Detection;
        detectionIndex: number;
        frame: DetectionFrame;
        geometryIndex?: number;
        mediaTime: number;
        point: DetectionPickPoint;
        target: DetectionPickTarget;
    }
    Index
    detection: Detection
    detectionIndex: number
    geometryIndex?: number

    Index of the keypoint or edge when the target identifies a sub-geometry.

    mediaTime: number