Class GoogleCloudDatalabelingV1beta1DataItem
DataItem is a piece of data, without annotation. For example, an image.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1DataItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImagePayload
The image payload, a container of the image bytes/uri.
Declaration
[JsonProperty("imagePayload")]
public virtual GoogleCloudDatalabelingV1beta1ImagePayload ImagePayload { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1ImagePayload |
Name
Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TextPayload
The text payload, a container of text content.
Declaration
[JsonProperty("textPayload")]
public virtual GoogleCloudDatalabelingV1beta1TextPayload TextPayload { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1TextPayload |
VideoPayload
The video payload, a container of the video uri.
Declaration
[JsonProperty("videoPayload")]
public virtual GoogleCloudDatalabelingV1beta1VideoPayload VideoPayload { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1VideoPayload |