VisionBarcodeFormat
Barcode format constants - enumeration of supported barcode formats.
Can be used to specify the known type of a barcode before processing; via VisionBarcodeDetectorOptions.setBarcodeFormats()
Members
ALL_FORMATS</>
Barcode format constant representing the union of all supported formats.
AZTEC</>
Barcode format constant for AZTEC.
CODABAR</>
Barcode format constant for Codabar.
CODE_128</>
Barcode format constant for Code 128.
CODE_39</>
Barcode format constant for Code 39.
CODE_93</>
Barcode format constant for Code 93.
DATA_MATRIX</>
Barcode format constant for Data Matrix.
EAN_13</>
Barcode format constant for EAN-13.
EAN_8</>
Barcode format constant for EAN-8.
ITF</>
Barcode format constant for ITF (Interleaved Two-of-Five).
PDF417</>
Barcode format constant for PDF-417.
QR_CODE</>
Barcode format constant for QR Code.
UNKNOWN</>
Barcode format unknown to the current SDK, but understood by Google Play services.
UPC_A</>
Barcode format constant for UPC-A.
UPC_E</>
Barcode format constant for UPC-E.