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 framework ScanditLabelCapture
- ReceiptScanningLineItem
open class ReceiptScanningLineItem : NSObject
Added in version 7.6.0
Represents a single line item in a scanned receipt.
- name
open var name: String { get }
Added in version 7.6.0
The name or description of the item as it appears on the receipt.
- unitPrice
open var unitPrice: NSDecimalNumber? { get }
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
open var discount: NSDecimalNumber? { get }
Added in version 7.6.0
The discount amount applied to this item, if any.
- quantity
open var quantity: NSDecimalNumber { get }
Added in version 7.6.0
Quantity for the specific item.
- totalPrice
open var totalPrice: NSDecimalNumber? { get }
Added in version 7.6.0
Total Price for a specific product, quantity * unitPrice. Normally on the right of the item.