public sealed class SequentialSegment : IMessage<SequentialSegment>, IEquatable<SequentialSegment>, IDeepCloneable<SequentialSegment>, IBufferMessage, IMessage
Start and end position in a sequence (e.g. text segment).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSequentialSegment\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1\u003c/code\u003e namespace, represents a segment within a sequence, such as a text segment, and is defined in version 1.0.0-beta03 of the library.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities in message handling, comparison, cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSequentialSegment\u003c/code\u003e has two constructors, one default and one that accepts another \u003ccode\u003eSequentialSegment\u003c/code\u003e instance for copying, and it includes \u003ccode\u003eStart\u003c/code\u003e and \u003ccode\u003eEnd\u003c/code\u003e properties, both integers, to define the segment's position within the sequence.\u003c/p\u003e\n"],["\u003cp\u003eThe class's \u003ccode\u003eStart\u003c/code\u003e property represents the inclusive starting position of a segment, while the \u003ccode\u003eEnd\u003c/code\u003e property represents the exclusive end position of that same segment, allowing for a clear definition of a specific range.\u003c/p\u003e\n"]]],[],null,[]]