Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 587 Bytes

EntityIndicesInclusiveInclusive.md

File metadata and controls

15 lines (7 loc) · 587 Bytes

EntityIndicesInclusiveInclusive

Represent a boundary range (start and end index) for a recognized entity (for example a hashtag or a mention). start must be smaller than end. The start index is inclusive, the end index is inclusive.

Properties

Name Type Description Notes
end Integer Index (zero-based) at which position this entity ends. The index is inclusive.
start Integer Index (zero-based) at which position this entity starts. The index is inclusive.