BarcodeFormat
struct BarcodeFormat : OptionSet
خيارات لتحديد تنسيقات الرموز الشريطية التي يمكن للمكتبة رصدها.
-
تنسيق غير معروف.
-
جميع التنسيقات.
بيان الإفصاح
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.
بيان الإفصاح
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 }