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.
{
"end": 61,
"start": 50
}