Class GoogleCloudDatalabelingV1beta1Example
An Example is a piece of data and its annotation. For example, an image with label "house".
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1Example : IDirectResponseSchema
Properties
Annotations
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
Declaration
[JsonProperty("annotations")]
public virtual IList<GoogleCloudDatalabelingV1beta1Annotation> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatalabelingV1beta1Annotation> |
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 example, in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TextPayload
The text payload, a container of the 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 |