FirebaseMLVision Framework Reference

VisionBarcodePhoneType

enum VisionBarcodePhoneType : Int

@enum VisionBarcodePhoneType Phone type for VisionBarcodePhone.

  • Unknown phone type.

    Declaration

    Swift

    case unknown = 0
  • Barcode work phone type.

    Declaration

    Swift

    case work = 1
  • Barcode home phone type.

    Declaration

    Swift

    case home = 2
  • fax

    Barcode fax phone type.

    Declaration

    Swift

    case fax = 3
  • Barcode mobile phone type.

    Declaration

    Swift

    case mobile = 4