Class VisibleBarcode

  • All Implemented Interfaces:

    
    public final class VisibleBarcode
    extends BaseVisibleOverlay
                        

    Represents one currently visible Barcode on screen.

    Contains

    • value to identify the Barcode

    • barcode, complete barcode information

    • coordinates, the original barcodes as reported in the BarcodeScanResult: List of 4 Points, x & y value ranging 0-imageSize (Integer)

    Use fromOriginalBarcode to construct VisibleBarcode from Barcode and BarcodeScanResult.