Class SequentialSegment (1.1.0)

SequentialSegment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Start and end position in a sequence (e.g. text segment). .. attribute:: start

Start position (inclusive).

:type: int

Attribute

NameDescription
end int
End position (exclusive).