supervision-js
    Preparing search index...

    Interface BoxStrokeStyle

    Stroke applied to a rendered detection rectangle.

    This belongs to presentation styling, not to the underlying detection data.

    interface BoxStrokeStyle {
        alignment?: BoxStrokeAlignment;
        alpha: number;
        color: number;
        dash?: readonly number[];
        width: number;
    }
    Index
    alignment?: BoxStrokeAlignment
    alpha: number
    color: number
    dash?: readonly number[]

    Alternating dash and gap lengths in screen pixels.

    width: number