FirebaseMLVision Framework Reference

FIRVisionBarcodeCalendarEvent


@interface FIRVisionBarcodeCalendarEvent : NSObject

A calendar event extracted from a QR code.

  • Calendar event description.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *eventDescription;
  • Calendar event location.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *location;
  • Clendar event organizer.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *organizer;
  • Calendar event status.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *status;
  • Calendar event summary.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *summary;
  • Calendar event start date.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *start;
  • end

    Calendar event end date.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *end;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;