FiberResultAllOf

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

Properties

Area?: number[]

Fibers value for areas (in pixels)

FiberResultAllOf

ColorValues?: number[]

Fibers color value

FiberResultAllOf

ExpectedCount?: number

Expected fibers number. For UV_Fibers authentication result type

FiberResultAllOf

Length?: number[]

Fibers length value for located areas (in pixels)

FiberResultAllOf

LightDisp?: number

For UV_Background authentication result type

FiberResultAllOf

LightValue?: Light

FiberResultAllOf

RectArray?: RectangleCoordinates[]

Coordinates of located areas for defined fibers type

FiberResultAllOf

RectCount?: number

For UV_Fibers authenticity result type

FiberResultAllOf

Width?: number[]

Fibers width value for located areas (in pixels)

FiberResultAllOf