Entity¶
Found named or unnamed entity. Includes derived entities (e.g. industry for companies, regions for cities).
Fields¶
Property |
Required |
Type |
Description |
---|---|---|---|
id |
True |
string |
ID of the entity used to refer to it from other objects |
gkbId |
False |
string |
Unique identifier of this entity in Geneea knowledge-base |
stdForm |
True |
string |
Standard form of the entity, abstracting from alternative names |
type |
True |
string |
Entity type (e.g., organization, location, person, product, event, general). |
mentions |
False |
List[Mention] |
Occurrences of the entity in the text, when appropriate |
feats |
False |
object |
Custom features |