FirebaseMLVision Framework Reference

FIRVisionBarcodeSMS


@interface FIRVisionBarcodeSMS : NSObject

An SMS message from an ‘SMS:’ or similar QR Code type.

  • An SMS message body.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *message;
  • An SMS message phone number.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *phoneNumber;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;