Class SequentialSegment
Start and end position in a sequence (e.g. text segment).
Inheritance
System.Object
SequentialSegment
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class SequentialSegment : IMessage<SequentialSegment>, IEquatable<SequentialSegment>, IDeepCloneable<SequentialSegment>, IBufferMessage, IMessage
Constructors
SequentialSegment()
Declaration
public SequentialSegment()
SequentialSegment(SequentialSegment)
Declaration
public SequentialSegment(SequentialSegment other)
Parameters
| Type | Name | Description |
|---|---|---|
| SequentialSegment | other |
Properties
End
End position (exclusive).
Declaration
public int End { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Start
Start position (inclusive).
Declaration
public int Start { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |