Skip to main content

EntityMention

Occurrence of an entity in the text. To obtain mentions in the result, the request needs to specify returnMentions = true.

Fields

PropertyRequiredTypeDescription
idTruestringUnique ID of the mention, used for cross-referencing from other objects.
textTruestringExact form of the mention as it appeared in the document.
mwlTruestringNormalized, uninflected form of the mention's text (Multi-Word Lemma).
tokenIdsTrueList[string]List of token IDs that make up this mention.
derivedFromEntityIdFalsestringID of the entity from which this mention was derived, if applicable.
featsFalseobjectCustom features associated with the mention.