MLKitEntityExtraction Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
-
EntityAnnotation objects store potential entities identified within a text segment.
-
The range property indicates the location of the annotated text within the original content.
-
An array of MLKEntity objects, representing the possible entities for the given text span, is stored in the entities property.
EntityAnnotation
class EntityAnnotation : NSObject
An object that contains the possible entities associated with a piece of the text.
-
The range of the annotation in the given text.
Declaration
Swift
var range: NSRange { get }
-
A list of possible entities in the given span of text.
Declaration
Swift
var entities: [MLKEntity] { get }
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.
[null,null,["Last updated 2024-07-10 UTC."],[],[]]