ReadableCode

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

The result of a structured data extraction for readable codes such as barcodes, QR codes

Constructors

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

Types

Link copied to clipboard

Properties

Link copied to clipboard

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

Link copied to clipboard

The value of the readable code, as a string