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

# emailAddress

The type that represents email addresses.

## Declaration

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

## See Also

### Known entity types

- [all](datadetection/datadetector/matchtype/all.md)
- [link](datadetection/datadetector/matchtype/link.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)
