Package | com.tuarua.firebase.ml.vision.barcode |
Class | public final class BarcodeFormat |
Inheritance | BarcodeFormat ![]() |
Method | Defined By | ||
---|---|---|---|
toString(value:int):String [static] | BarcodeFormat |
Constant | Defined By | ||
---|---|---|---|
all : int = 0xFFFF [static] All format. | BarcodeFormat | ||
aztec : int = 0x1000 [static] Aztec code detection. | BarcodeFormat | ||
codaBar : int = 0x0008 [static] Codabar detection. | BarcodeFormat | ||
code128 : int = 0x0001 [static] Code-128 detection. | BarcodeFormat | ||
code39 : int = 0x0002 [static] Code-39 detection. | BarcodeFormat | ||
code93 : int = 0x0004 [static] Code-93 detection. | BarcodeFormat | ||
dataMatrix : int = 0x0010 [static] Data Matrix detection. | BarcodeFormat | ||
EAN13 : int = 0x0020 [static] EAN-13 detection. | BarcodeFormat | ||
EAN8 : int = 0x0040 [static] EAN-8 detection. | BarcodeFormat | ||
ITF : int = 0x0080 [static] ITF detection. | BarcodeFormat | ||
PDF417 : int = 0x0800 [static] PDF-417 detection. | BarcodeFormat | ||
qrCode : int = 0x0100 [static] QR Code detection. | BarcodeFormat | ||
unknown : int = 0 [static] Unknown format. | BarcodeFormat | ||
UPCA : int = 0x0200 [static] UPC-A detection. | BarcodeFormat | ||
UPCE : int = 0x0400 [static] UPC-E detection. | BarcodeFormat |
toString | () | method |
public static function toString(value:int):String
Parameters
value:int |
String |
all | Constant |
public static const all:int = 0xFFFF
All format.
aztec | Constant |
public static const aztec:int = 0x1000
Aztec code detection.
codaBar | Constant |
public static const codaBar:int = 0x0008
Codabar detection.
code128 | Constant |
public static const code128:int = 0x0001
Code-128 detection.
code39 | Constant |
public static const code39:int = 0x0002
Code-39 detection.
code93 | Constant |
public static const code93:int = 0x0004
Code-93 detection.
dataMatrix | Constant |
public static const dataMatrix:int = 0x0010
Data Matrix detection.
EAN13 | Constant |
public static const EAN13:int = 0x0020
EAN-13 detection.
EAN8 | Constant |
public static const EAN8:int = 0x0040
EAN-8 detection.
ITF | Constant |
public static const ITF:int = 0x0080
ITF detection.
PDF417 | Constant |
public static const PDF417:int = 0x0800
PDF-417 detection.
qrCode | Constant |
public static const qrCode:int = 0x0100
QR Code detection.
unknown | Constant |
public static const unknown:int = 0
Unknown format.
UPCA | Constant |
public static const UPCA:int = 0x0200
UPC-A detection.
UPCE | Constant |
public static const UPCE:int = 0x0400
UPC-E detection.