סימוכין למסגרת של MLKitBarcodescan

BarcodeFormat

struct BarcodeFormat : OptionSet

אפשרויות לציון הפורמטים של הברקוד שהספרייה יכולה לזהות.

  • פורמט לא ידוע.

  • all

    הכול.

    הצהרה

    Swift

    static var all: BarcodeFormat { get }
  • זיהוי קוד-128.

    הצהרה

    Swift

    static var code128: BarcodeFormat { get }
  • זיהוי קוד-39.

    הצהרה

    Swift

    static var code39: BarcodeFormat { get }
  • זיהוי קוד-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 }
  • זיהוי קוד QR.

    הצהרה

    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 }
  • זיהוי קוד אצטקי.

    הצהרה

    Swift

    static var aztec: BarcodeFormat { get }