Class BarcodeElements
java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.idbarcode.BarcodeElements
Contains barcode elements scanned from the document.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns value for the givenBarcodeElementKey
, or empty string if it does not exist.boolean
isEmpty()
Flag which indicates whether this barcode elements container is empty or not.
-
Constructor Details
-
BarcodeElements
- 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
Returns value for the givenBarcodeElementKey
, 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
-