API Reference
Note
The Adaptive Recognition API is still in beta and may change in future versions of Scandit Data Capture SDK.
Defined in package com.scandit.datacapture.label
class ReceiptScanningLineItem
Added in version 7.6.0
Represents a single line item in a scanned receipt.
@NonNull String getName()
@NonNull String getCategory()
@Nullable Float getPrice()
@Nullable Float getDiscount()
@Nullable Float getQuantity()
@Nullable Float getTotal()