FirebaseMLVision Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
@interface FIRVisionBarcodeContactInfo : NSObject
A person’s or organization’s business card. This may come from different underlying formats
including VCARD and MECARD.
This object represents a simplified view of possible business cards. If you require lossless
access to the information in the barcode, you should parse the raw data yourself. To access the
raw data, use the FIRVisionBarcode
s rawValue
property.
-
Person’s or organization’s addresses.
-
-
-
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSArray<NSString *> *urls;
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *jobTitle;
-
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *organization;
-
Declaration
Objective-C
- (nonnull instancetype)init;
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\nFIRVisionBarcodeContactInfo\n===========================\n\n\n @interface FIRVisionBarcodeContactInfo : NSObject\n\nA person's or organization's business card. This may come from different underlying formats\nincluding VCARD and MECARD.\n\nThis object represents a simplified view of possible business cards. If you require lossless\naccess to the information in the barcode, you should parse the raw data yourself. To access the\nraw data, use the [FIRVisionBarcode](../Classes/FIRVisionBarcode.html)s `rawValue` property.\n- `\n ``\n ``\n `\n\n ### [addresses](#/c:objc(cs)FIRVisionBarcodeContactInfo(py)addresses)\n\n `\n ` \n Person's or organization's addresses. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) NSArray\u003c../Classes/FIRVisionBarcodeAddress.html *\u003e *addresses;\n\n- `\n ``\n ``\n `\n\n ### [emails](#/c:objc(cs)FIRVisionBarcodeContactInfo(py)emails)\n\n `\n ` \n Contact emails. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) NSArray\u003c../Classes/FIRVisionBarcodeEmail.html *\u003e *emails;\n\n- `\n ``\n ``\n `\n\n ### [name](#/c:objc(cs)FIRVisionBarcodeContactInfo(py)name)\n\n `\n ` \n A person's name. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) ../Classes/FIRVisionBarcodePersonName.html *name;\n\n- `\n ``\n ``\n `\n\n ### [phones](#/c:objc(cs)FIRVisionBarcodeContactInfo(py)phones)\n\n `\n ` \n Contact phone numbers. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) NSArray\u003c../Classes/FIRVisionBarcodePhone.html *\u003e *phones;\n\n- `\n ``\n ``\n `\n\n ### [urls](#/c:objc(cs)FIRVisionBarcodeContactInfo(py)urls)\n\n `\n ` \n Contact URLs. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) NSArray\u003cNSString *\u003e *urls;\n\n- `\n ``\n ``\n `\n\n ### [jobTitle](#/c:objc(cs)FIRVisionBarcodeContactInfo(py)jobTitle)\n\n `\n ` \n A job title. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *jobTitle;\n\n- `\n ``\n ``\n `\n\n ### [organization](#/c:objc(cs)FIRVisionBarcodeContactInfo(py)organization)\n\n `\n ` \n A business organization. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) NSString *organization;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionBarcodeContactInfo(im)init)\n\n `\n ` \n Unavailable. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]