FirebaseMLVision Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
VisionBarcodeCalendarEvent
class VisionBarcodeCalendarEvent : NSObject
A calendar event extracted from a QR code.
-
Calendar event description.
Declaration
Swift
var eventDescription: String? { get }
-
Declaration
Swift
var location: String? { get }
-
Declaration
Swift
var organizer: String? { get }
-
Declaration
Swift
var status: String? { get }
-
Declaration
Swift
var summary: String? { get }
-
Calendar event start date.
Declaration
Swift
var start: Date? { get }
-
Declaration
Swift
var end: Date? { get }
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.
[null,null,["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nVisionBarcodeCalendarEvent\n==========================\n\n class VisionBarcodeCalendarEvent : NSObject\n\nA calendar event extracted from a QR code.\n- `\n ``\n ``\n `\n\n ### [eventDescription](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(py)eventDescription)\n\n `\n ` \n Calendar event description. \n\n #### Declaration\n\n Swift \n\n var eventDescription: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [location](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(py)location)\n\n `\n ` \n Calendar event location. \n\n #### Declaration\n\n Swift \n\n var location: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [organizer](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(py)organizer)\n\n `\n ` \n Clendar event organizer. \n\n #### Declaration\n\n Swift \n\n var organizer: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [status](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(py)status)\n\n `\n ` \n Calendar event status. \n\n #### Declaration\n\n Swift \n\n var status: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [summary](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(py)summary)\n\n `\n ` \n Calendar event summary. \n\n #### Declaration\n\n Swift \n\n var summary: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [start](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(py)start)\n\n `\n ` \n Calendar event start date. \n\n #### Declaration\n\n Swift \n\n var start: Date? { get }\n\n- `\n ``\n ``\n `\n\n ### [end](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(py)end)\n\n `\n ` \n Calendar event end date. \n\n #### Declaration\n\n Swift \n\n var end: Date? { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionBarcodeCalendarEvent(im)init)\n\n `\n ` \n Unavailable."]]