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 package com.scandit.datacapture.label
- ReceiptScanningLineItem
class ReceiptScanningLineItemAdded in version 7.6.0
Represents a single line item in a scanned receipt.
- name
@NonNull String getName()
Added in version 7.6.0
The name or description of the item as it appears on the receipt.
- unitPrice
@Nullable Float getUnitPrice()
Added in version 7.6.0
Price for a single unit of the item. Is the same as the totalPrice if only one item is purchased.
- discount
@Nullable Float getDiscount()
Added in version 7.6.0
The discount amount applied to this item, if any.
- quantity
floatgetQuantity()Added in version 7.6.0
Quantity for the specific item.