barcode_scanning_data library
Classes
- AAMVADocument
- AAMVADocumentSubfile
- AAMVA document subfile
- AAMVADocumentSubfileField
- AAMVA document subfile field
- BarcodeFormattedData
- BarcodeFormattedResult
- BarcodeItem
- BarcodeScannerConfiguration
- BarcodeScannerJsonConfiguration
- BarcodeScanningResult
- BatchBarcodeScannerConfiguration
- BatchBarcodeScannerJsonConfiguration
- BoardingPassDocument
- BoardingPassLeg
- BoardingPassLegField
- DEMedicalPlanDoctorField
- German medical plan doctor field
- DEMedicalPlanDoctorInformation
- German medical plan doctor information
- DEMedicalPlanDocument
- German medical plan barcode parsed document
- DEMedicalPlanMedicine
- German medical plan medicine
- DEMedicalPlanMedicineField
- German medical plan medicine field
- DEMedicalPlanMedicineSubstance
- German medical plan medicine substance
- DEMedicalPlanMedicineSubstanceField
- German medical plan medicine substance field
- DEMedicalPlanPatientField
- German medical plan patient information field
- DEMedicalPlanPatientInformation
- DEMedicalPlanStandardSubheading
- German medical plan standard subheading
- DEMedicalPlanStandardSubheadingField
- German medical plan standard subheading field
- DEMedicalPlanSubheadingPrescription
- German medical plan subheading prescriptions
- DEMedicalPlanSubheadingPrescriptionField
- German medical plan subheading prescriptions field
- DetectBarcodeFromImageParams
- IDCardPDF417Document
- ID card PDF417 parsed barcode document
- IDCardPDF417DocumentField
- ID card PDF417 document field
- MedicalCertificateDocument
- Disability certificate parsed barcode document
- MedicalCertificateDocumentField
- Disability certificate document field
- MultiImageBarcodeScanningResult
- Class created for handling the multiple images barcodes detection
- PredefinedBarcodes
- SEPADocument
- SEPA barcode parsed document
- SEPADocumentField
- SEPA document field
- UnknownBarcodeFormat
- VCardDocument
- VCard parsed barcode document
- VCardDocumentField
- VCARD document field
Enums
- AAMVARecordFieldType
- AAMVA subfile field type
- BoardingPassDocumentFieldType
- Boarding pass document field type
- DEMedicalPlanDoctorFieldType
- German medical plan document doctor information description field type
- DEMedicalPlanMedicineFieldType
- German medical plan document medicine information description field type
- DEMedicalPlanMedicineSubstanceFieldType
- German medical plan document medicine substance information description field type
- DEMedicalPlanPatientFieldType
- German medical plan document patient information description field type
- DEMedicalPlanStandardSubheadingFieldType
- German medical plan document subheading information description field type
- DEMedicalPlanSubheadingPrescriptionFieldType
- German medical plan document subheading prescriptions information description field type
- IDCardPDF417DocumentFieldType
- ID card field types
- MedicalCertificateDocumentFieldType
- DC document field types
- SEPADocumentFieldType
- SEPA document field types
- VCardDocumentFieldType
- VCard document field type
Functions
-
documentFormatFromJson(
Map< String, dynamic> json) → BarcodeFormattedResult
Typedefs
-
BarcodeDataFormatter
= Future<
BarcodeFormattedData> Function(BarcodeItem barcodeItem)