Class SequentialSegment (1.6.2)

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

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

Attributes

NameDescription
start int
Start position (inclusive).
end int
End position (exclusive).

Inheritance

builtins.object > proto.message.Message > SequentialSegment