Skip to content

Attribute Object

Introduction

The Attribute Object provides detailed information about attributes extracted from the processed document. The key-value pairs in this object represent dynamic attributes found in the document, and the associated values provide additional context.

Format

The Attribute Object has a dynamic structure based on the attributes found in the document. The general format for each attribute is as follows:

KeyTypeDescription
negationbooleanIndicates whether negation is present.
intensitynumberIntensity level associated with the attribute.
temporalitystringTemporal aspect of the attribute (e.g., past, present).
ownerarrayArray of owners associated with the attribute.
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 attribute (e.g., lemmatizer, understanding).
document_pathstringPath within the document associated with the attribute.
extraobjectAdditional information specific to the attribute.
typestringType of the attribute (e.g., string, entity).
valuevariesValue associated with the attribute. The format may vary based on the attribute type.
timenumberTimestamp indicating when the attribute was processed.
u_idstringUnique identifier for the attribute.

Next steps

  • Explore the dynamic attributes and their values within the document to gain deeper insights.
  • Read about the Possessing Object