Data about the scanned barcode.

Hierarchy

  • PartiallyConstructible
    • BarcodeItem

Constructors

  • Parameters

    • Optional source: DeepPartial<BarcodeItem>

    Returns BarcodeItem

Properties

count: number

Number of recognized barcodes of this symbology and value.

parsedDocument: null | GenericDocument

The parsed known document format (if parsed successfully).

rawBytes: string

Representation of the raw data that is contained the recognized barcode.

text: string

Recognized value of the barcode.

textWithExtension: string

Recognized barcode value with extension (if available).

type: null | BarcodeFormat

Recognized barcode symbology.