<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPasteboard/DetectedValues",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:So12UIPasteboardC5UIKitE14DetectedValuesV"
  },
  "title" : "UIPasteboard.DetectedValues"
}
-->

# UIPasteboard.DetectedValues

An object that contains common types of data that the data detection system matches for a pasteboard.

```
struct DetectedValues
```

## Topics

### Detected patterns

[`var patterns: Set<PartialKeyPath<UIPasteboard.DetectedValues>>`](/documentation/UIKit/UIPasteboard/DetectedValues/patterns)

A set of key paths that represent patterns that the data detection system identifies.

[`var probableWebSearch: String`](/documentation/UIKit/UIPasteboard/DetectedValues/probableWebSearch)

A string that the data detection system identifies as a probable web search item.

[`var probableWebURL: String`](/documentation/UIKit/UIPasteboard/DetectedValues/probableWebURL)

A string that the data detection system identifies as a probable web URL.

### Detected values

[`var calendarEvents: [DDMatchCalendarEvent]`](/documentation/UIKit/UIPasteboard/DetectedValues/calendarEvents)

An array of calendar events that the data detection system identifies.

[`var emailAddresses: [DDMatchEmailAddress]`](/documentation/UIKit/UIPasteboard/DetectedValues/emailAddresses)

An array of email addresses that the data detection system identifies.

[`var flightNumbers: [DDMatchFlightNumber]`](/documentation/UIKit/UIPasteboard/DetectedValues/flightNumbers)

An array of flight numbers that the system data detection system identifies.

[`var links: [DDMatchLink]`](/documentation/UIKit/UIPasteboard/DetectedValues/links)

An array of web links that the data detection system identifies.

[`var moneyAmounts: [DDMatchMoneyAmount]`](/documentation/UIKit/UIPasteboard/DetectedValues/moneyAmounts)

An array of money amounts and currencies that the data detection system identifies.

[`var number: Double?`](/documentation/UIKit/UIPasteboard/DetectedValues/number)

A number that the data detection system identifies.

[`var phoneNumbers: [DDMatchPhoneNumber]`](/documentation/UIKit/UIPasteboard/DetectedValues/phoneNumbers)

An array of phone numbers that the data detection system identifies.

[`var postalAddresses: [DDMatchPostalAddress]`](/documentation/UIKit/UIPasteboard/DetectedValues/postalAddresses)

An array of postal addresses that the data detection system identifies.

[`var shipmentTrackingNumbers: [DDMatchShipmentTrackingNumber]`](/documentation/UIKit/UIPasteboard/DetectedValues/shipmentTrackingNumbers)

An array of parcel tracking numbers that the data detection system identifies.



---

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)