Class GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation
A polyline for the image annotation.
Inheritance
GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation : IDirectResponseSchema
Properties
AnnotationSpec
Declaration
[JsonProperty("annotationSpec")]
public virtual GoogleCloudDatalabelingV1beta1AnnotationSpec AnnotationSpec { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NormalizedPolyline
Declaration
[JsonProperty("normalizedPolyline")]
public virtual GoogleCloudDatalabelingV1beta1NormalizedPolyline NormalizedPolyline { get; set; }
Property Value
Polyline
Declaration
[JsonProperty("polyline")]
public virtual GoogleCloudDatalabelingV1beta1Polyline Polyline { get; set; }
Property Value
Implements