FirebaseMLVision Framework Reference

VisionBarcodeFormat

struct VisionBarcodeFormat : OptionSet

@options VisionBarcodeFormat This option specifies the barcode formats that the library should detect.

  • Unknown format.

  • all

    All format.

    Declaration

    Swift

    static var all: VisionBarcodeFormat { get }
  • Code-128 detection.

    Declaration

    Swift

    static var code128: VisionBarcodeFormat { get }
  • Code-39 detection.

    Declaration

    Swift

    static var code39: VisionBarcodeFormat { get }
  • Code-93 detection.

    Declaration

    Swift

    static var code93: VisionBarcodeFormat { get }
  • Codabar detection.

    Declaration

    Swift

    static var codaBar: VisionBarcodeFormat { get }
  • Data Matrix detection.

    Declaration

    Swift

    static var dataMatrix: VisionBarcodeFormat { get }
  • EAN-13 detection.

    Declaration

    Swift

    static var EAN13: VisionBarcodeFormat { get }
  • EAN-8 detection.

    Declaration

    Swift

    static var EAN8: VisionBarcodeFormat { get }
  • ITF

    ITF detection.

    Declaration

    Swift

    static var ITF: VisionBarcodeFormat { get }
  • QR Code detection.

    Declaration

    Swift

    static var qrCode: VisionBarcodeFormat { get }
  • UPC-A detection.

    Declaration

    Swift

    static var UPCA: VisionBarcodeFormat { get }
  • UPC-E detection.

    Declaration

    Swift

    static var UPCE: VisionBarcodeFormat { get }
  • PDF-417 detection.

    Declaration

    Swift

    static var PDF417: VisionBarcodeFormat { get }
  • Aztec code detection.

    Declaration

    Swift

    static var aztec: VisionBarcodeFormat { get }