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 ReceiptScanningLineItem

Added in version 7.6.0

Represents a single line item in a scanned receipt.

name
@NonNull String getName()

Added in version 7.6.0

category
@NonNull String getCategory()

Added in version 7.6.0

price
@Nullable Float getPrice()

Added in version 7.6.0

discount
@Nullable Float getDiscount()

Added in version 7.6.0

quantity
@Nullable Float getQuantity()

Added in version 7.6.0

total
@Nullable Float getTotal()

Added in version 7.6.0