supervision-js
    Preparing search index...

    Interface AnnotationFrameMutation

    interface AnnotationFrameMutation {
        current: DetectionFrame;
        detectionIds: readonly DetectionId[];
        kind: AnnotationFrameMutationKind;
        previous: DetectionFrame;
    }
    Index
    detectionIds: readonly DetectionId[]
    previous: DetectionFrame