---
title: link
framework: datadetection
role: symbol
role_heading: Type Property
path: datadetection/datadetector/matchtype/link
---

# link

The type that represents links, not limited to web links.

## Declaration

```swift
static let link: DataDetector.MatchType
```

## See Also

### Known entity types

- [all](datadetection/datadetector/matchtype/all.md)
- [emailAddress](datadetection/datadetector/matchtype/emailaddress.md)
- [phoneNumber](datadetection/datadetector/matchtype/phonenumber.md)
- [postalAddress](datadetection/datadetector/matchtype/postaladdress.md)
- [calendarEvent](datadetection/datadetector/matchtype/calendarevent.md)
- [moneyAmount](datadetection/datadetector/matchtype/moneyamount.md)
- [measurement](datadetection/datadetector/matchtype/measurement.md)
- [flightNumber](datadetection/datadetector/matchtype/flightnumber.md)
- [shipmentTrackingNumber](datadetection/datadetector/matchtype/shipmenttrackingnumber.md)
- [paymentIdentifier](datadetection/datadetector/matchtype/paymentidentifier.md)
