FirebaseMLVision Framework Reference

VisionBarcodeAddressType

enum VisionBarcodeAddressType : Int

@enum VisionBarcodeAddressType Address type.

  • Barcode unknown address type.

    Declaration

    Swift

    case unknown = 0
  • Barcode work address type.

    Declaration

    Swift

    case work = 1
  • Barcode home address type.

    Declaration

    Swift

    case home = 2