Structuration Card
Introduction
The Structuration Card is a fundamental component of the Lettria API's structuration endpoint response. Each card provides detailed information about a specific aspect of the processed document, offering insights into classifications, attributes, events, social relationships, and more.
Format
The Structuration Card has the following format:
Key | Type | Description |
---|---|---|
time | number | Timestamp indicating when the card was processed. |
u_id | string | Unique identifier for the card. |
class_id | array | Array of classification IDs associated with the card. |
is_perso | boolean | Indicates whether the card represents personal information. |
is_lettria | boolean | Indicates whether the card is generated by Lettria. |
is_individual | boolean | Indicates whether the card represents an individual. |
long_path | string | Detailed path indicating the classification hierarchy. |
positions | array | Array of positions within the document. |
categories | array | Array of categories associated with the card. |
lemma | string | Lemma associated with the card. |
negation | boolean | Indicates whether negation is present. |
plural | boolean | Indicates plurality. |
document_paths | array | Array of paths within the document. |
attribute | Attribute Object | Object containing attribute information. |
possessing | Possessing Object | Object containing possession information. |
taste | Taste Object | Object containing taste-related information. |
event | Event Object | Object containing event-related information. |
social | Social Object | Object containing social information. |
link | Link Object | Object containing linking information. |