public sealed class SequentialSegment : IMessage<SequentialSegment>, IEquatable<SequentialSegment>, IDeepCloneable<SequentialSegment>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class SequentialSegment.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SequentialSegment` class in the Data Labeling v1beta1 API represents a segment within a sequence, such as a text portion."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SequentialSegment` class provides two constructors: a default constructor and one that takes another `SequentialSegment` as a parameter."],["Key properties of `SequentialSegment` include `Start` and `End`, which denote the inclusive start and exclusive end positions of the segment, respectively, both as integers."],["The latest version of this class is available in version 2.0.0-beta05 and it can be found in the `Google.Cloud.DataLabeling.V1Beta1` namespace."]]],[]]