Note

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

Receipt Scanning Result

Defined in namespace Scandit.DataCapture.Label

ReceiptScanningResult
class ReceiptScanningResult : AdaptiveRecognitionResult

Added in version 8.1.0

Represents the result of a receipt scanning operation. It provides store information, payment details and a list of purchased items.

StoreName
string StoreName { get; }

Added in version 8.1.0

The name of the store or merchant as it appears on the receipt.

StoreCity
string StoreCity { get; }

Added in version 8.1.0

The city where the store is located.

StoreAddress
string StoreAddress { get; }

Added in version 8.1.0

Full address of the store (Street Number, Street, City, State, NPA).

Date
string Date { get; }

Added in version 8.1.0

The date of the transaction as it appears on the receipt.

Time
string Time { get; }

Added in version 8.1.0

The time of the transaction as it appears on the receipt.

PaymentPreTaxTotal
float PaymentPreTaxTotal { get; }

Added in version 8.1.0

Total balance before taxes are applied.

PaymentTax
float PaymentTax { get; }

Added in version 8.1.0

The total tax amount charged on the transaction.

PaymentTotal
float PaymentTotal { get; }

Added in version 8.1.0

The total amount paid, including all items, taxes, and fees.

LoyaltyNumber
int LoyaltyNumber { get; }

Added in version 8.1.0

The loyalty program number or identifier associated with the transaction, if present.

LineItems
IList<ReceiptScanningLineItem> LineItems { get; }

Added in version 8.1.0

A list of all line items (purchased products) identified in the receipt.