Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1AnnotationValue

Annotation value for an example.

Inheritance
object
GoogleCloudDatalabelingV1beta1AnnotationValue
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 GoogleCloudDatalabelingV1beta1AnnotationValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageBoundingPolyAnnotation

Annotation value for image bounding box, oriented bounding box and polygon cases.

Declaration
[JsonProperty("imageBoundingPolyAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation ImageBoundingPolyAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation

ImageClassificationAnnotation

Annotation value for image classification case.

Declaration
[JsonProperty("imageClassificationAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation ImageClassificationAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation

ImagePolylineAnnotation

Annotation value for image polyline cases. Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.

Declaration
[JsonProperty("imagePolylineAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation ImagePolylineAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation

ImageSegmentationAnnotation

Annotation value for image segmentation.

Declaration
[JsonProperty("imageSegmentationAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation ImageSegmentationAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation

TextClassificationAnnotation

Annotation value for text classification case.

Declaration
[JsonProperty("textClassificationAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1TextClassificationAnnotation TextClassificationAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1TextClassificationAnnotation

TextEntityExtractionAnnotation

Annotation value for text entity extraction case.

Declaration
[JsonProperty("textEntityExtractionAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation TextEntityExtractionAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation

VideoClassificationAnnotation

Annotation value for video classification case.

Declaration
[JsonProperty("videoClassificationAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation VideoClassificationAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation

VideoEventAnnotation

Annotation value for video event case.

Declaration
[JsonProperty("videoEventAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1VideoEventAnnotation VideoEventAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1VideoEventAnnotation

VideoObjectTrackingAnnotation

Annotation value for video object detection and tracking case.

Declaration
[JsonProperty("videoObjectTrackingAnnotation")]
public virtual GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation VideoObjectTrackingAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX