---
title: match
framework: vision
role: symbol
role_heading: Instance Property
path: vision/documentobservation/container/datadetectormatch/match
---

# match

The details of the data detected.

## Declaration

```swift
var match: DataDetector.Match { get }
```

## Discussion

Discussion The extracted match includes the content type and the detected content. For example the type is email and the content is the email address.
