Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1Example

An Example is a piece of data and its annotation. For example, an image with label "house".

Inheritance
object
GoogleCloudDatalabelingV1beta1Example
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX