Paragraph
Represents a paragraph of text from an Article in research and recommendation responses.
The corresponding object for the Indexing API is ParaSpec.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| articleId | True | String | ID of the article containing this paragraph. |
| paragraphId | True | String | Unique identifier of this paragraph within the API response. |
| type | True | String | Paragraph type (e.g., title, body). |
| text | True | String | The plain-text content text of the paragraph. |
| language | False | String | Language of the paragraph text. |
| metadata | False | Map | Additional metadata for the paragraph. This field contains values sent to the Indexing API in ParaSpec.metadata. |