Note

The Adaptive Recognition API is still in beta and may change in future versions of Scandit Data Capture SDK.

Receipt Scanning Line Item

Defined in library scandit_datacapture_label

ReceiptScanningLineItem
class ReceiptScanningLineItem

Added in version 8.2.0

Represents a single line item in a scanned receipt.

name
String get name

Added in version 8.2.0

The name or description of the item as it appears on the receipt.

unitPrice
double? get unitPrice

Added in version 8.2.0

Price for a single unit of the item. Is the same as the totalPrice if only one item is purchased.

discount
double? get discount

Added in version 8.2.0

The discount amount applied to this item, if any.

quantity
double get quantity

Added in version 8.2.0

Quantity for the specific item.

totalPrice
double? get totalPrice

Added in version 8.2.0

Total Price for a specific product, quantity * unitPrice. Normally on the right of the item.