MLKitEntityExtraction Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["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."],[[["\u003cp\u003e\u003ccode\u003eEntityAnnotation\u003c/code\u003e objects store potential entities identified within a text segment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erange\u003c/code\u003e property indicates the location of the annotated text within the original content.\u003c/p\u003e\n"],["\u003cp\u003eAn array of \u003ccode\u003eMLKEntity\u003c/code\u003e objects, representing the possible entities for the given text span, is stored in the \u003ccode\u003eentities\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# MLKitEntityExtraction Framework Reference\n\nEntityAnnotation\n================\n\n class EntityAnnotation : NSObject\n\nAn object that contains the possible entities associated with a piece of the text.\n- `\n ``\n ``\n `\n\n ### [range](#/c:objc(cs)MLKEntityAnnotation(py)range)\n\n `\n ` \n The range of the annotation in the given text. \n\n #### Declaration\n\n Swift \n\n var range: NSRange { get }\n\n- `\n ``\n ``\n `\n\n ### [entities](#/c:objc(cs)MLKEntityAnnotation(py)entities)\n\n `\n ` \n A list of possible entities in the given span of text. \n\n #### Declaration\n\n Swift \n\n var entities: [MLKEntity] { get }"]]