Data Labeling v1beta1 API - Class ImagePolylineAnnotation (2.0.0-beta03)

public sealed class ImagePolylineAnnotation : IMessage<ImagePolylineAnnotation>, IEquatable<ImagePolylineAnnotation>, IDeepCloneable<ImagePolylineAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class ImagePolylineAnnotation.

A polyline for the image annotation.

Inheritance

object > ImagePolylineAnnotation

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ImagePolylineAnnotation()

public ImagePolylineAnnotation()

ImagePolylineAnnotation(ImagePolylineAnnotation)

public ImagePolylineAnnotation(ImagePolylineAnnotation other)
Parameter
NameDescription
otherImagePolylineAnnotation

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

Label of this polyline.

Property Value
TypeDescription
AnnotationSpec

NormalizedPolyline

public NormalizedPolyline NormalizedPolyline { get; set; }
Property Value
TypeDescription
NormalizedPolyline

PolyCase

public ImagePolylineAnnotation.PolyOneofCase PolyCase { get; }
Property Value
TypeDescription
ImagePolylineAnnotationPolyOneofCase

Polyline

public Polyline Polyline { get; set; }
Property Value
TypeDescription
Polyline