supervision-js
    Preparing search index...

    Interface KeypointAnnotationRenderer

    interface KeypointAnnotationRenderer {
        id: string;
        kind: "keypoints";
        style?: KeypointStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • KeypointAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "keypoints"
    style?: KeypointStyle | null