java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.idbarcode.BarcodeElements

public final class BarcodeElements extends Object
Contains barcode elements scanned from the document.
  • Constructor Details

    • BarcodeElements

      public BarcodeElements(long nativeContext, @Nullable Object keep)
      Parameters:
      nativeContext - Native barcode elements.
      keep - Owner of the native barcode elements.
  • Method Details

    • isEmpty

      public boolean isEmpty()
      Flag which indicates whether this barcode elements container is empty or not.
    • getValue

      @NonNull public String getValue(BarcodeElementKey key)
      Returns value for the given BarcodeElementKey, or empty string if it does not exist.
      Parameters:
      key - barcode filed key.
      Returns:
      value for the given BarcodeElementKey, or empty string if it does not exist