Result of the barcode scanner.

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?: Point[];
        status?: VinBarcodeExtractionStatus;
        serialize?(config?): { readonly extractedVIN?: string | undefined; readonly rectangle?: Point[] | undefined; readonly status?: VinBarcodeExtractionStatus | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly extractedVIN?: string

      Text result of the barcode scanner.

    • Optional Readonly rectangle?: Point[]

      Rectangle of the barcode in the image.

    • Optional Readonly status?: VinBarcodeExtractionStatus

      Status of the barcode extraction.

    • serialize?:function
      • Parameters

        Returns { readonly extractedVIN?: string | undefined; readonly rectangle?: Point[] | undefined; readonly status?: VinBarcodeExtractionStatus | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }