<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/DocumentObservation/Container/DataDetectorMatch",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision19DocumentObservationV9ContainerV17DataDetectorMatchV"
  },
  "title" : "DocumentObservation.Container.DataDetectorMatch"
}
-->

# DocumentObservation.Container.DataDetectorMatch

Detected content in the document matched to a specific type of data, such as emails, phone
numbers, addresses, and so on.

```
struct DataDetectorMatch
```

## Topics

### Getting the detected data

[`var match: DataDetector.Match`](/documentation/Vision/DocumentObservation/Container/DataDetectorMatch/match)

The details of the data detected.

## Relationships

### Conforms To

[`BoundingRegionProviding`](/documentation/Vision/BoundingRegionProviding)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Decodable`](/documentation/Swift/Decodable)

[`Encodable`](/documentation/Swift/Encodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)