---
title: DDMatchLink
framework: datadetection
role: symbol
role_heading: Class
path: datadetection/ddmatchlink
---

# DDMatchLink

An object that contains a web link that the data detection system matches.

## Declaration

```swift
class DDMatchLink
```

## Overview

Overview The DataDetection framework returns a link match in a DDMatchLink object, which contains a URL.

## Topics

### Getting link information

- [url](datadetection/ddmatchlink/url.md)

## Relationships

### Inherits From

- [DDMatch](datadetection/ddmatch.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Matched data types

- [DDMatchCalendarEvent](datadetection/ddmatchcalendarevent.md)
- [DDMatchEmailAddress](datadetection/ddmatchemailaddress.md)
- [DDMatchFlightNumber](datadetection/ddmatchflightnumber.md)
- [DDMatchMoneyAmount](datadetection/ddmatchmoneyamount.md)
- [DDMatchPhoneNumber](datadetection/ddmatchphonenumber.md)
- [DDMatchPostalAddress](datadetection/ddmatchpostaladdress.md)
- [DDMatchShipmentTrackingNumber](datadetection/ddmatchshipmenttrackingnumber.md)
