MLKBarcodeFormat
enum MLKBarcodeFormat : NSInteger {}用于指定库可以检测到的条形码格式的选项。
-
未知格式。
声明
Objective-C
MLKBarcodeFormatUnknown = 0 -
所有格式。
声明
Objective-C
MLKBarcodeFormatAll = 0xFFFF -
Code-128 检测。
声明
Objective-C
MLKBarcodeFormatCode128 = 0x0001 -
Code-39 检测。
声明
Objective-C
MLKBarcodeFormatCode39 = 0x0002 -
Code-93 检测。
声明
Objective-C
MLKBarcodeFormatCode93 = 0x0004 -
Codabar 检测。
声明
Objective-C
MLKBarcodeFormatCodaBar = 0x0008 -
Data Matrix 检测。
声明
Objective-C
MLKBarcodeFormatDataMatrix = 0x0010 -
EAN-13 检测。
声明
Objective-C
MLKBarcodeFormatEAN13 = 0x0020 -
EAN-8 检测。
声明
Objective-C
MLKBarcodeFormatEAN8 = 0x0040 -
ITF 检测。
声明
Objective-C
MLKBarcodeFormatITF = 0x0080 -
二维码检测。
声明
Objective-C
MLKBarcodeFormatQRCode = 0x0100 -
UPC-A 检测。
声明
Objective-C
MLKBarcodeFormatUPCA = 0x0200 -
UPC-E 检测。
声明
Objective-C
MLKBarcodeFormatUPCE = 0x0400 -
PDF-417 检测。
声明
Objective-C
MLKBarcodeFormatPDF417 = 0x0800 -
Aztec 码检测。
声明
Objective-C
MLKBarcodeFormatAztec = 0x1000