A subsection of a given string to which some special formatting should be applied.
| Field | Type | Required | Description |
|---|---|---|---|
start_index |
int | ✔️ | The inclusive start index of the range. |
end_index |
Optional[int] | ➖ | The exclusive end index of the range. |
type |
Optional[models.TextRangeType] | ➖ | N/A |
url |
Optional[str] | ➖ | The URL associated with the range, if applicable. For example, the linked URL for a LINK range. |
document |
Optional[models.Document] | ➖ | N/A |