---
title: DataDetector.Match.SemanticDetails.ShipmentTrackingNumber
framework: datadetection
role: symbol
role_heading: Structure
path: datadetection/datadetector/match/semanticdetails/shipmenttrackingnumber
---

# DataDetector.Match.SemanticDetails.ShipmentTrackingNumber

A match that the data detector determines represents a shipment tracking number.

## Declaration

```swift
struct ShipmentTrackingNumber
```

## Discussion

Discussion The carrier property is a string that represents the carrier or service name, and the trackingNumber is the number used by the carrier to track the package. The trackingURL may contain a URL that someone can use to track the progress of the delivery.

## Topics

### Properties that describe a shipment

- [carrier](datadetection/datadetector/match/semanticdetails/shipmenttrackingnumber/carrier.md)
- [trackingNumber](datadetection/datadetector/match/semanticdetails/shipmenttrackingnumber/trackingnumber.md)
- [trackingURL](datadetection/datadetector/match/semanticdetails/shipmenttrackingnumber/trackingurl.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
