Barcode

data class Barcode(val value: String, val type: Barcode.Type) : Serializable

The result of a structured data extraction for barcodes

Constructors

Link copied to clipboard
constructor(value: String, type: Barcode.Type)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The type of barcode (e.g. EAN-13, …)

Link copied to clipboard

The value of the barcode, as a string