Result of the barcode scanner.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

extractedVIN: string

Text result of the barcode scanner.

rectangle: Point[]

Rectangle of the barcode in the image.

Status of the barcode extraction.

Methods

  • Parameters

    Returns {
        extractedVIN?: string;
        rectangle?: (undefined | {
            x?: number;
            y?: number;
        })[];
        status?: VinBarcodeExtractionStatus;
        serialize?: any;
    }

    • Optional Readonly extractedVIN?: string

      Text result of the barcode scanner.

    • Optional Readonly rectangle?: (undefined | {
          x?: number;
          y?: number;
      })[]

      Rectangle of the barcode in the image.

    • Optional Readonly status?: VinBarcodeExtractionStatus

      Status of the barcode extraction.