DocumentContentBarcodeDto

data class DocumentContentBarcodeDto(text: String?, type: String?)

Describes a barcode as read from a document.

Parameters

text

Data contained in the barcode.

type

Original type of barcode, eg: UPC, EAN, QR

Constructors

DocumentContentBarcodeDto
Link copied to clipboard
fun DocumentContentBarcodeDto(text: String? = null, type: String? = null)
Data contained in the barcode.

Properties

text
Link copied to clipboard
@SerializedName(value = text)
val text: String? = null
Data contained in the barcode.
type
Link copied to clipboard
@SerializedName(value = type)
val type: String? = null
Original type of barcode, eg: UPC, EAN, QR