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.
- 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.
- 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.