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:
Key | Type | Description |
---|---|---|
negation | boolean | Indicates whether negation is present. |
intensity | number | Intensity level associated with the possession. |
temporality | string | Temporal aspect of the possession (e.g., past, present). |
owner | array | Array of owners associated with the possession. |
id_list | String [] | A list of strings representing the positions inside the text that triggered the attribute. Each string follows the format "{sentence_index}:{word_index}" . |
origin | string | Origin of the possession (e.g., text). |
document_path | string | Path within the document associated with the possession. |
extra | object | Additional information specific to the possession. |
type | string | Type of the possession (e.g., taste, card). |
value | varies | Value associated with the possession. The format may vary based on the possession type. |
time | number | Timestamp indicating when the possession was processed. |
u_id | string | Unique 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