supervision-js
    Preparing search index...

    Variable annotationRendererKindsConst

    annotationRendererKinds: readonly [
        "box",
        "box-corners",
        "ellipse",
        "keypoints",
        "label",
        "mask",
        "maskHalo",
        "marker",
        "polygon",
        "polyline",
        "region",
    ]

    The built-in annotation renderer vocabulary.

    These stay plain string literals so { kind: "box" } remains assignable to the public descriptor union from JavaScript and TypeScript alike.