MLKitEntityExtraction Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Type Definitions
The following type definitions are available globally.
-
@enum EntityExtractionEntityType
The type of an extracted entity.
Declaration
Objective-C
typedef NSString *MLKEntityExtractionEntityType
-
An enumeration of models supported by EntityExtractor
.
Declaration
Objective-C
typedef NSString *MLKEntityExtractionModelIdentifier
-
A block that handles an entity extraction result.
Declaration
Objective-C
typedef void (^MLKEntityExtractorCallback)(
NSArray<MLKEntityAnnotation *> *_Nullable, NSError *_Nullable)
Parameters
result
|
An array of annotations for the text or nil if there’s an error.
|
error
|
|
-
A block that is invoked when the entity extraction models are downloaded.
Declaration
Objective-C
typedef void (^MLKEntityExtractorDownloadModelIfNeededCallback)(
NSError *_Nullable)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["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."],[[["Globally available type definitions provide structures for entity extraction tasks."],["These definitions include entity type, model identifier, extraction callback, and model download callback."],["Each type definition serves a specific purpose in the entity extraction process, from categorizing entities to handling results and model downloads."],["Developers can leverage these type definitions to interact with and manage the entity extraction features effectively."]]],[]]