FIRVisionBarcodeValueType
enum FIRVisionBarcodeValueType {}@enum VisionBarcodeValueType Barcode’s value format. For example, TEXT, PRODUCT, URL, etc.
-
Unknown Barcode value types.
Declaration
Objective-C
FIRVisionBarcodeValueTypeUnknown -
Barcode value type for contact info.
Declaration
Objective-C
FIRVisionBarcodeValueTypeContactInfo -
Barcode value type for email addresses.
Declaration
Objective-C
FIRVisionBarcodeValueTypeEmail -
Barcode value type for ISBNs.
Declaration
Objective-C
FIRVisionBarcodeValueTypeISBN -
Barcode value type for phone numbers.
Declaration
Objective-C
FIRVisionBarcodeValueTypePhone -
Barcode value type for product codes.
Declaration
Objective-C
FIRVisionBarcodeValueTypeProduct -
Barcode value type for SMS details.
Declaration
Objective-C
FIRVisionBarcodeValueTypeSMS -
Barcode value type for plain text.
Declaration
Objective-C
FIRVisionBarcodeValueTypeText -
Barcode value type for URLs/bookmarks.
Declaration
Objective-C
FIRVisionBarcodeValueTypeURL -
Barcode value type for Wi-Fi access point details.
Declaration
Objective-C
FIRVisionBarcodeValueTypeWiFi -
Barcode value type for geographic coordinates.
Declaration
Objective-C
FIRVisionBarcodeValueTypeGeographicCoordinates -
Barcode value type for calendar events.
Declaration
Objective-C
FIRVisionBarcodeValueTypeCalendarEvent -
Barcode value type for driver’s license data.
Declaration
Objective-C
FIRVisionBarcodeValueTypeDriversLicense