Riferimento al framework MLKitBarcodeScanning

BarcodeFormat

struct BarcodeFormat : OptionSet

Opzioni per specificare i formati dei codici a barre che possono essere rilevati dalla libreria.

  • Formato sconosciuto.

  • all

    Tutti i formati.

    Dichiarazione

    Swift

    static var all: BarcodeFormat { get }
  • Rilevamento del codice 128.

    Dichiarazione

    Swift

    static var code128: BarcodeFormat { get }
  • Rilevamento del codice 39.

    Dichiarazione

    Swift

    static var code39: BarcodeFormat { get }
  • Rilevamento del codice 93.

    Dichiarazione

    Swift

    static var code93: BarcodeFormat { get }
  • Rilevamento Codabar.

    Dichiarazione

    Swift

    static var codaBar: BarcodeFormat { get }
  • Rilevamento della matrice di dati.

    Dichiarazione

    Swift

    static var dataMatrix: BarcodeFormat { get }
  • Rilevamento EAN-13.

    Dichiarazione

    Swift

    static var EAN13: BarcodeFormat { get }
  • Rilevamento EAN-8.

    Dichiarazione

    Swift

    static var EAN8: BarcodeFormat { get }
  • ITF

    Rilevamento ITF.

    Dichiarazione

    Swift

    static var ITF: BarcodeFormat { get }
  • Rilevamento del codice QR.

    Dichiarazione

    Swift

    static var qrCode: BarcodeFormat { get }
  • Rilevamento UPC-A.

    Dichiarazione

    Swift

    static var UPCA: BarcodeFormat { get }
  • Rilevamento UPC-E.

    Dichiarazione

    Swift

    static var UPCE: BarcodeFormat { get }
  • Rilevamento di PDF-417.

    Dichiarazione

    Swift

    static var PDF417: BarcodeFormat { get }
  • Rilevamento del codice azteco.

    Dichiarazione

    Swift

    static var aztec: BarcodeFormat { get }