MLKitEntityExtraction Framework ReferenceStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Globally available enumerations includeMLKDateTimeGranularity,MLKPaymentCardNetwork, andMLKParcelTrackingCarrier.
MLKDateTimeGranularityspecifies the precision of extracted timestamps, like distinguishing between "tomorrow" (day granularity) and "12:51" (minute granularity).
MLKPaymentCardNetworkidentifies supported payment card networks that the system can detect.
MLKParcelTrackingCarrierdefines the supported parcel tracking carriers that can be detected.
Enumerations
The following enumerations are available globally.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["Three global enumerations are defined: `MLKDateTimeGranularity`, `MLKPaymentCardNetwork`, and `MLKParcelTrackingCarrier`. `MLKDateTimeGranularity` specifies the precision of a timestamp extracted from text, like `.day` or `.minute`. `MLKPaymentCardNetwork` lists the detectable payment card networks. `MLKParcelTrackingCarrier` enumerates the supported parcel tracking carriers that can be identified. Each enumeration is accessible globally and is defined using an Objective-C declaration.\n"]]