Package io.scanbot.sdk.barcode
Class BarcodeFormats
- java.lang.Object
-
- io.scanbot.sdk.barcode.BarcodeFormats
-
public class BarcodeFormats extends java.lang.ObjectLists of barcode formats to decode.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<BarcodeFormat>allList of all barcode formats.static java.util.List<BarcodeFormat>commonList of common barcode formats.static java.util.List<BarcodeFormat>onedList of 1D barcode formats.static java.util.List<BarcodeFormat>pharmaList of pharmaceutical barcode formats.static java.util.List<BarcodeFormat>postalList of postal barcode formats.static java.util.List<BarcodeFormat>twodList of 2D barcode formats.
-
Constructor Summary
Constructors Constructor Description BarcodeFormats()
-
-
-
Field Detail
-
oned
public static final java.util.List<BarcodeFormat> oned
List of 1D barcode formats.
-
twod
public static final java.util.List<BarcodeFormat> twod
List of 2D barcode formats.
-
postal
public static final java.util.List<BarcodeFormat> postal
List of postal barcode formats.
-
pharma
public static final java.util.List<BarcodeFormat> pharma
List of pharmaceutical barcode formats.
-
common
public static final java.util.List<BarcodeFormat> common
List of common barcode formats.
-
all
public static final java.util.List<BarcodeFormat> all
List of all barcode formats.
-
-