The Mobile Vision API is deprecated

GMVBarcodeFeatureContactInfo Class

Stay organized with collections Save and categorize content based on your preferences.

GMVBarcodeFeatureContactInfo Class Reference

Overview

A person's or organization's business card.

For example, a vCard.

Inherits NSObject.

Property Summary

NSArray
< GMVBarcodeFeatureAddress * > * 
addresses
 Person's or organization's addresses. More...
 
NSArray
< GMVBarcodeFeatureEmail * > * 
emails
 Contact emails. More...
 
GMVBarcodeFeaturePersonNamename
 A person's name. More...
 
NSArray
< GMVBarcodeFeaturePhone * > * 
phones
 Contact phone numbers. More...
 
NSArray< NSString * > * urls
 Contact URLs. More...
 
NSString * jobTitle
 Job title. More...
 
NSString * organization
 Business organization. More...
 

Property Detail

- (NSArray<GMVBarcodeFeatureAddress *>*) addresses
readatomiccopy

Person's or organization's addresses.

- (NSArray<GMVBarcodeFeatureEmail *>*) emails
readatomiccopy

Contact emails.

- (GMVBarcodeFeaturePersonName*) name
readatomicstrong

A person's name.

- (NSArray<GMVBarcodeFeaturePhone *>*) phones
readatomiccopy

Contact phone numbers.

- (NSArray<NSString *>*) urls
readatomiccopy

Contact URLs.

- (NSString*) jobTitle
readatomiccopy

Job title.

- (NSString*) organization
readatomiccopy

Business organization.