FirebaseMLVision Framework Reference

FIRVisionBarcodePhone


@interface FIRVisionBarcodePhone : NSObject

A phone number from a ‘TEL:’ or similar QR Code type.

  • Phone number.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *number;
  • Phone number type.

    Declaration

    Objective-C

    @property (nonatomic, readonly) FIRVisionBarcodePhoneType type;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;