@valentynb/gs1-parser - v1.3.0
    Preparing search index...

    Class DecodeResult

    The result returned by GS1Parser#decode

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • codeName: string

        A barcode type identifier (a simple string denoting the type of barcode)

      • denormalized: string

        Human readable full barcode, with parentheses surrounding AIs

      • data: Partial<Record<GS1Field, ParsedElement<GS1DecodedData>>> = {}

        The actual parsed data, presented in a dictionary

      Returns DecodeResult

    Properties

    codeName: string

    A barcode type identifier (a simple string denoting the type of barcode)

    data: Partial<Record<GS1Field, ParsedElement<GS1DecodedData>>> = {}

    The actual parsed data, presented in a dictionary

    denormalized: string

    Human readable full barcode, with parentheses surrounding AIs