API Docs for: 1.0.0
Show:

BarcodeReadResult Class

Represents a result of barcode reading.

Constructor

BarcodeReadResult

(
  • isSuccessful
  • barcodeText
  • barcodeData
)

Parameters:

  • isSuccessful Boolean

    Whether the result is successful.

  • barcodeText String

    Plain text extracted from barcode.

  • barcodeData BarcodeData

    Data parsed from barcode text.

Properties

barcodeData

BarcodeData

Gets barcode data.

barcodeText

String

Gets barcode text.

isSuccessful

Boolean

Gets whether the result is successful.

shouldExtractBirthDate

Boolean

Gets whether birth date should be extracted.

shouldExtractFirstName

Boolean

Gets whether first name should be extracted.

shouldExtractLastName

Boolean

Gets whether last name should be extracted.