value property

String value
final

The raw string value extracted from the scanned code.

This contains the decoded text content of the barcode or QR code. The format of this value depends on the code type:

  • For QR codes: can be any text, URL, contact info, etc.
  • For EAN/UPC: typically numeric digits
  • For Code 128: alphanumeric data

This is the primary data payload that most applications will use for further processing.

Implementation

final String value;