Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 2.8 KB

File metadata and controls

14 lines (10 loc) · 2.8 KB

TextRange

A subsection of a given string to which some special formatting should be applied.

Fields

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