Options
All
  • Public
  • Public/Protected
  • All
Menu

A barcode result.

Index

Properties

compositeFlag

compositeFlag: CompositeFlag

Whether the barcode is part of a composite code.

data

data: string

The data encoded in the barcode interpreted as a UTF-8 string. If the raw data is not a valid UTF-8 string, this field will be an empty string.

encodingArray

encodingArray: BarcodeEncodingRange[]

The data encoding of the data in the barcode, given as an array of encoding ranges.

isGs1DataCarrier

isGs1DataCarrier: boolean

Whether the barcode is a GS1 data carrier.

location

location: Quadrilateral

The location of the barcode.

rawData

rawData: Uint8Array

The raw data encoded in the barcode, given as an array of bytes. To interpret this correctly you may have to use the information contained in encodingArray.

symbology

symbology: Symbology

The symbology type.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc