BarcodeItem

data class BarcodeItem(val type: BarcodeFormat?, val count: Int, val text: String, val textWithExtension: String, val parsedDocument: GenericDocument?)

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(type: BarcodeFormat?, count: Int, text: String, textWithExtension: String, parsedDocument: GenericDocument?)

Properties

Link copied to clipboard
val count: Int

Number of recognized barcodes of this symbology and value.

Link copied to clipboard

The parsed known document format (if parsed successfully).

Link copied to clipboard

Recognized value of the barcode.

Link copied to clipboard

Recognized barcode value with extension (if available).

Link copied to clipboard

Recognized barcode symbology.

Functions

Link copied to clipboard
fun toJson(): JsonObject