DocumentContentBarcodeDto
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)
Content copied to clipboard
Data contained in the barcode.