Class BarcodeResult

  • All Implemented Interfaces:

    
    public class BarcodeResult
    
                        

    Describes result information of scanning barcodes

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BarcodeResult()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<Barcode> getBarcodes() Contains a list of one or more barcodes found on the processed image (Required)
      void setBarcodes(List<Barcode> barcodes) Contains a list of one or more barcodes found on the processed image (Required)
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait