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

BarcodeFormat

struct BarcodeFormat : OptionSet

लाइब्रेरी के ज़रिए पहचाने जा सकने वाले बारकोड फ़ॉर्मैट की जानकारी देने के विकल्प.

  • अज्ञात प्रारूप.

  • all

    सभी फ़ॉर्मैट.

    एलान

    Swift

    static var all: BarcodeFormat { get }
  • Code-128 की पहचान.

    एलान

    Swift

    static var code128: BarcodeFormat { get }
  • Code-39 की पहचान.

    एलान

    Swift

    static var code39: BarcodeFormat { get }
  • Code-93 की पहचान.

    एलान

    Swift

    static var code93: BarcodeFormat { get }
  • Codabar की पहचान.

    एलान

    Swift

    static var codaBar: BarcodeFormat { get }
  • डेटा मैट्रिक्स की पहचान.

    एलान

    Swift

    static var dataMatrix: BarcodeFormat { get }
  • EAN-13 की पहचान.

    एलान

    Swift

    static var EAN13: BarcodeFormat { get }
  • EAN-8 पहचान.

    एलान

    Swift

    static var EAN8: BarcodeFormat { get }
  • ITF

    ITF की पहचान.

    एलान

    Swift

    static var ITF: BarcodeFormat { get }
  • क्यूआर कोड की पहचान.

    एलान

    Swift

    static var qrCode: BarcodeFormat { get }
  • UPC-A पहचान.

    एलान

    Swift

    static var UPCA: BarcodeFormat { get }
  • UPC-E की पहचान.

    एलान

    Swift

    static var UPCE: BarcodeFormat { get }
  • PDF-417 की पहचान.

    एलान

    Swift

    static var PDF417: BarcodeFormat { get }
  • Aztec कोड की पहचान.

    एलान

    Swift

    static var aztec: BarcodeFormat { get }