مرجع إطار عمل MLKitBarcode Scanner

BarcodeFormat

struct BarcodeFormat : OptionSet

خيارات لتحديد تنسيقات الرموز الشريطية التي يمكن للمكتبة رصدها

  • التنسيق غير معروف.

  • all

    جميع التنسيقات.

    التعريف

    Swift

    static var all: BarcodeFormat { get }
  • رصد الرمز 128

    التعريف

    Swift

    static var code128: BarcodeFormat { get }
  • اكتشاف Code-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 }
  • رصد رمز الاستجابة السريعة

    التعريف

    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 }