capacitor-plugin-scanbot-sdk
    Preparing search index...

    Class VinBarcodeResult

    Result of the barcode scanner.

    Index

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

      • Optional ReadonlyextractedVIN?: string

        Text result of the barcode scanner.

      • Optional Readonlyrectangle?: Point[]

        Rectangle of the barcode in the image.

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

        Status of the barcode extraction.