MLKitBarcodeScanning फ़्रेमवर्क संदर्भ

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
  • डेटा मैट्रिक्स की पहचान.

    एलान

    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