Class GoogleCloudDatalabelingV1beta1SequentialSegment
Start and end position in a sequence (e.g. text segment).
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1SequentialSegment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
End
End position (exclusive).
Declaration
[JsonProperty("end")]
public virtual int? End { get; set; }
Property Value
Type | Description |
---|---|
int? |
Start
Start position (inclusive).
Declaration
[JsonProperty("start")]
public virtual int? Start { get; set; }
Property Value
Type | Description |
---|---|
int? |