DataDetection is Apple’s new framework for detecting data types. On the top of the page, it says macOS 12.0+
is supported, but all of the APIs like detectPatterns(for:completionHandler:)
seem to only support iOS/iPadOS.
I’m curious if it’s possible to use DataDetection
on a Mac. If so, can anyone give some examples?
Note: I’m aware of NSDataDetector. This question is specifically asking about the new DataDetection
framework.