Skip to content

Possessing Object

Introduction

The Possessing Object provides detailed information about possession relationships in the processed document. The keys inside the Possessing Object represent different types of possession, and the associated values are arrays of dictionaries containing common attributes, regardless of the possession type.

Format

The Possessing Object has a dynamic structure based on the possession types found in the document. The general format for each possession type is as follows:

KeyTypeDescription
negationbooleanIndicates whether negation is present.
intensitynumberIntensity level associated with the possession.
temporalitystringTemporal aspect of the possession (e.g., past, present).
ownerarrayArray of owners associated with the possession.
id_listString []A list of strings representing the positions inside the text that triggered the attribute. Each string follows the format "{sentence_index}:{word_index}".
originstringOrigin of the possession (e.g., text).
document_pathstringPath within the document associated with the possession.
extraobjectAdditional information specific to the possession.
typestringType of the possession (e.g., taste, card).
valuevariesValue associated with the possession. The format may vary based on the possession type.
timenumberTimestamp indicating when the possession was processed.
u_idstringUnique identifier for the possession.

Next steps

  • Explore the different types of possession relationships and their associated attributes within the document to gain deeper insights.
  • Read about the Taste Object