apple_vision_scanner library
Classes
- AppleVisionScannerController
-
A barcode scanner that scans and decodes barcodes from a given
InputImage
. - Barcode
-
A class to represent the contents of a barcode in an
InputImage
. - BarcodeAddress
- Stores an address obtained from a barcode.
- BarcodeCalenderEvent
- Stores a calendar event obtained from a barcode.
- BarcodeContactInfo
- Stores a person’s or organization’s business card obtained from a barcode.
- BarcodeDriverLicense
- Stores driver’s license or ID card data representation obtained from a barcode.
- BarcodeEmail
- Stores an email message obtained from a barcode.
- BarcodeGeoPoint
- Stores GPS coordinates obtained from a barcode.
- BarcodePhone
- Stores a phone number obtained from a barcode.
- BarcodeSMS
- Stores an SMS message obtained from a barcode.
- BarcodeUrl
- Stores url info of the bookmark obtained from a barcode.
- BarcodeValue
- Stores info obtained from a barcode.
- BarcodeWifi
- Stores wifi info obtained from a barcode.
Enums
- BarcodeAddressType
- Address type constants for BarcodeAddress.type
- BarcodeEmailType
- The type of email for BarcodeEmail.type.
- BarcodeFormat
- Barcode formats supported by the barcode scanner. Options for specifying the barcode formats that the library can detect.
- BarcodePhoneType
- The type of phone number for BarcodePhone.type.
- BarcodeType
-
Barcode types returned by
BarcodeScanner
.