Configuration for the VIN scanner.

Hierarchy

Constructors

Properties

extractVINFromBarcode: boolean

If true, the VIN scanner will also extract VINs from barcodes. Requires a license that allows barcode scanning in addition to VIN scanning.

Default Value

false;
maximumNumberOfAccumulatedFrames: number

Maximum number of accumulated frames to inspect before actual result is returned.

Default Value

3;
minimumNumberOfRequiredFramesWithEqualScanningResult: number

Minimum number of accumulated frames that have equal result.

Default Value

2;
ocrResolutionLimit: number

Maximum image side (height or width) for OCR process. 0 - do not rescale.

Default Value

0;

Generated using TypeDoc