Paragraph
Single paragraph in the document
Fields
Property | Required | Type | Description |
---|---|---|---|
id | True | string | ID of the paragraph used to refer to it from other objects |
type | True | string | Type of the paragraph (e.g. title, lead, body, heading) |
text | True | string | The paragraph text, possibly after correction (token offsets link here) |
origText | False | string | Original paragraph text as in the request (omitted when identical to "text") |
sentences | True | List[Sentence] | The sentences the paragraph consists of |