EntityIndicesInclusiveInclusive

June 16, 2022 ยท View on GitHub

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

NameTypeDescriptionNotes
endIntegerIndex (zero-based) at which position this entity ends. The index is inclusive.
startIntegerIndex (zero-based) at which position this entity starts. The index is inclusive.