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 under the namespace 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
get barcodes(): 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.
- resultType
resultType: AdaptiveRecognitionResultType
Added in version 8.6.0
The type of the adaptive recognition result (ShippingLabel).
- trackingId
get trackingId(): string
Added in version 8.6.0
The tracking identifier printed on the shipping label.
- receiverFullName
get receiverFullName(): string
Added in version 8.6.0
The full name of the receiver.
- receiverCompany
get receiverCompany(): string | null
Added in version 8.6.0
The company of the receiver, or null if not present on the shipping label.
- receiverStreet
get receiverStreet(): string
Added in version 8.6.0
The street of the receiver address.
- receiverState
get receiverState(): string | null
Added in version 8.6.0
The state of the receiver address, or null if not present on the shipping label.
- receiverPostalCode
get receiverPostalCode(): string
Added in version 8.6.0
The postal code of the receiver address.