AI-generated Key Takeaways
-
This document lists globally available constants used for entity extraction in ML Kit.
-
Constants define entity types like addresses, dates, emails, and financial information.
-
They also specify language models for entity extraction, including English, Spanish, Chinese, and more.
-
These constants are used within the ML Kit Entity Extraction API for iOS development in Objective-C.
-
Developers can use these constants to configure and interact with the entity extraction functionality.
Constants
The following constants are available globally.
-
Identifies a physical address.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeAddress -
Identifies a time reference that includes a specific time. May be absolute such as “01/01/2000 5:30pm” or relative like “tomorrow”.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeDateTime -
Identifies an e-mail address.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeEmail -
Identifies a flight number in IATA format.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeFlightNumber -
Identifies an International Bank Account Number (IBAN).
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeIBAN -
Identifies an International Standard Book Number (ISBN).
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeISBN -
Identifies an amount of money.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeMoney -
Identifies a payment card.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypePaymentCard -
Identifies a phone number.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypePhone -
Identifies a shipment tracking number.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeTrackingNumber -
Identifies a URL.
Declaration
Objective-C
extern const MLKEntityExtractionEntityType _Nonnull MLKEntityExtractionEntityTypeURL -
Arabic.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierArabic -
Chinese.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierChinese -
Dutch.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierDutch -
English.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierEnglish -
French.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierFrench -
German.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierGerman -
Italian.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierItalian -
Japanese.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierJapanese -
Korean.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierKorean -
Polish.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierPolish -
Portuguese.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierPortuguese -
Russian.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierRussian -
Spanish.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierSpanish -
Thai.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierThai -
Turkish.
Declaration
Objective-C
extern const MLKEntityExtractionModelIdentifier _Nonnull MLKEntityExtractionModelIdentifierTurkish