ParaRef
Represents a reference to text within a Paragraph, with paragraph ID, offset, and length.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| paragraphId | True | String | Unique identifier of a Paragraph object within the API response. Refers to objects in ResearchResponse.paragraphs. |
| offset | True | Integer | Character-based starting offset in the paragraph text (counted as Unicode characters). |
| length | True | Integer | Length of the text segment in characters. |