Crate objc2_data_detection

Source
Expand description

§Bindings to the DataDetection framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

DDMatchDDMatch
A base class for common types of data that the data detection system matches.
DDMatchCalendarEventDDMatch
An object that represents a calendar date or date range that the data detection system matches.
DDMatchEmailAddressDDMatch
An object that contains an email address that the data detection system matches.
DDMatchFlightNumberDDMatch
An object that contains a flight number that the data detection system matches.
DDMatchLinkDDMatch
An object that contains a web link that the data detection system matches.
DDMatchMoneyAmountDDMatch
An object that contains an amount of money that the data detection system matches.
DDMatchPhoneNumberDDMatch
An object that contains a phone number that the data detection system matches.
DDMatchPostalAddressDDMatch
An object that contains a postal address that the data detection system matches.
DDMatchShipmentTrackingNumberDDMatch
An object that contains parcel tracking information that the data detection system matches.