MLKitBarcodeScanning Framework Referansı

BarcodeFormat

struct BarcodeFormat : OptionSet

Kitaplığın algılayabileceği barkod biçimlerini belirtme seçenekleri.

  • Bilinmeyen biçim.

  • all

    Tüm biçim.

    Bildirim

    Swift

    static var all: BarcodeFormat { get }
  • Code-128 algılama.

    Bildirim

    Swift

    static var code128: BarcodeFormat { get }
  • Code-39 algılama.

    Bildirim

    Swift

    static var code39: BarcodeFormat { get }
  • Code-93 algılama.

    Bildirim

    Swift

    static var code93: BarcodeFormat { get }
  • Codabar algılama.

    Bildirim

    Swift

    static var codaBar: BarcodeFormat { get }
  • Veri Matrisi algılama.

    Bildirim

    Swift

    static var dataMatrix: BarcodeFormat { get }
  • EAN-13 algılama.

    Bildirim

    Swift

    static var EAN13: BarcodeFormat { get }
  • EAN-8 algılama.

    Bildirim

    Swift

    static var EAN8: BarcodeFormat { get }
  • ITF

    ITF algılama.

    Bildirim

    Swift

    static var ITF: BarcodeFormat { get }
  • QR Kodu algılama.

    Bildirim

    Swift

    static var qrCode: BarcodeFormat { get }
  • UPC-A algılama.

    Bildirim

    Swift

    static var UPCA: BarcodeFormat { get }
  • UPC-E algılama.

    Bildirim

    Swift

    static var UPCE: BarcodeFormat { get }
  • PDF-417 algılama.

    Bildirim

    Swift

    static var PDF417: BarcodeFormat { get }
  • Aztek kodu algılama.

    Bildirim

    Swift

    static var aztec: BarcodeFormat { get }