Note

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

Shipping Label Scanning Result

Defined in package com.scandit.datacapture.label

ShippingLabelScanningResult
class ShippingLabelScanningResult : AdaptiveRecognitionResult

Added in version 8.6.0

Represents the result of a shipping label scanning operation. It provides the tracking identifier, receiver address information and the carrier.

barcodes
val barcodes: ArrayList<Barcode>

Added in version 8.6.0

The barcodes scanned on the shipping label. Currently always empty; populated once engine-based barcode scanning of shipping labels is available.

trackingId
val trackingId: String

Added in version 8.6.0

The tracking identifier printed on the shipping label.

receiverFullName
val receiverFullName: String

Added in version 8.6.0

The full name of the receiver.

receiverCompany
val receiverCompany: String?

Added in version 8.6.0

The company of the receiver, or null if not present on the shipping label.

receiverStreet
val receiverStreet: String

Added in version 8.6.0

The street of the receiver address.

receiverCity
val receiverCity: String

Added in version 8.6.0

The city of the receiver address.

receiverState
val receiverState: String?

Added in version 8.6.0

The state of the receiver address, or null if not present on the shipping label.

receiverPostalCode
val receiverPostalCode: String

Added in version 8.6.0

The postal code of the receiver address.

receiverCountry
val receiverCountry: String?

Added in version 8.6.0

The country of the receiver address, or null if not present on the shipping label.

carrier
val carrier: Carrier

Added in version 8.6.0

The postal provider of the shipping label.