---
title: DDMatchEmailAddress
framework: datadetection
role: symbol
role_heading: Class
path: datadetection/ddmatchemailaddress
---

# DDMatchEmailAddress

An object that contains an email address that the data detection system matches.

## Declaration

```swift
class DDMatchEmailAddress
```

## Overview

Overview The DataDetection framework returns an email match in a DDMatchEmailAddress object, which includes an email address, and optionally a label that categorizes the email address.

## Topics

### Getting email information

- [emailAddress](datadetection/ddmatchemailaddress/emailaddress.md)
- [label](datadetection/ddmatchemailaddress/label.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)
- [DDMatchFlightNumber](datadetection/ddmatchflightnumber.md)
- [DDMatchLink](datadetection/ddmatchlink.md)
- [DDMatchMoneyAmount](datadetection/ddmatchmoneyamount.md)
- [DDMatchPhoneNumber](datadetection/ddmatchphonenumber.md)
- [DDMatchPostalAddress](datadetection/ddmatchpostaladdress.md)
- [DDMatchShipmentTrackingNumber](datadetection/ddmatchshipmenttrackingnumber.md)
