@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface FiberItem

    FiberItem

    interface FiberItem {
        Area: number[];
        ColorValues: number[];
        ErrorCode?: number;
        ExpectedCount: number;
        Length: number[];
        LightDisp?: number;
        LightValue?: Light;
        RectArray: RectangleCoordinates[];
        RectCount: number;
        Width: number[];
    }
    Index

    Properties

    Area: number[]

    Fibers value for areas (in pixels)

    FiberItem

    ColorValues: number[]

    Fibers color value

    FiberItem

    ErrorCode?: number

    FiberItem

    ExpectedCount: number

    Expected fibers number. For UV_Fibers authentication result type

    FiberItem

    Length: number[]

    Fibers length value for located areas (in pixels)

    FiberItem

    LightDisp?: number

    For UV_Background authentication result type

    FiberItem

    LightValue?: Light

    FiberItem

    Coordinates of located areas for defined fibers type

    FiberItem

    RectCount: number

    For UV_Fibers authenticity result type

    FiberItem

    Width: number[]

    Fibers width value for located areas (in pixels)

    FiberItem