MLKitEntityExtraction Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This documentation outlines the available global enumerations, including DateTimeGranularity, PaymentCardNetwork, and ParcelTrackingCarrier, for use in text extraction tasks.
DateTimeGranularity indicates the precision of extracted timestamps, like "day" or "minute".
PaymentCardNetwork includes supported payment card types that can be detected.
[[["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."],[],["The core content describes three globally available enumerations: `DateTimeGranularity`, `PaymentCardNetwork`, and `ParcelTrackingCarrier`. `DateTimeGranularity` defines the precision of extracted timestamps, such as `.day` or `.minute`. `PaymentCardNetwork` lists the detectable payment card networks. `ParcelTrackingCarrier` specifies the supported parcel tracking carriers. Each enumeration is defined as an integer type in Swift. These enums help classify extracted information during text processing.\n"]]