public static enum ScanbotBarcodeDetector.BarcodeDetectorType extends java.lang.Enum<ScanbotBarcodeDetector.BarcodeDetectorType>
| Enum Constant and Description |
|---|
GoogleVision |
ZXing |
| Modifier and Type | Method and Description |
|---|---|
static ScanbotBarcodeDetector.BarcodeDetectorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScanbotBarcodeDetector.BarcodeDetectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanbotBarcodeDetector.BarcodeDetectorType GoogleVision
public static final ScanbotBarcodeDetector.BarcodeDetectorType ZXing
public static ScanbotBarcodeDetector.BarcodeDetectorType[] values()
for (ScanbotBarcodeDetector.BarcodeDetectorType c : ScanbotBarcodeDetector.BarcodeDetectorType.values()) System.out.println(c);
public static ScanbotBarcodeDetector.BarcodeDetectorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null