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(json: JsonObject)
constructor(type: BarcodeFormat?, count: Int, text: String, textWithExtension: String, parsedDocument: GenericDocument?)