ParaSpec
Object used by the Indexing API to represent a paragraph of an Article specifying its type, text, and metadata.
The corresponding object for the research and recommendation responses is Paragraph.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| type | True | String | Paragraph type (e.g., title, body). |
| text | True | String | The plain-text content of the paragraph. |
| metadata | False | Map | Additional metadata associated with the paragraph. See here for more details. |