Show / Hide Table of Contents

Class ImagePolylineAnnotation

A polyline for the image annotation.

Inheritance
System.Object
ImagePolylineAnnotation
Implements
IMessage<ImagePolylineAnnotation>
System.IEquatable<ImagePolylineAnnotation>
IDeepCloneable<ImagePolylineAnnotation>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ImagePolylineAnnotation : IMessage<ImagePolylineAnnotation>, IEquatable<ImagePolylineAnnotation>, IDeepCloneable<ImagePolylineAnnotation>, IBufferMessage, IMessage

Constructors

ImagePolylineAnnotation()

Declaration
public ImagePolylineAnnotation()

ImagePolylineAnnotation(ImagePolylineAnnotation)

Declaration
public ImagePolylineAnnotation(ImagePolylineAnnotation other)
Parameters
Type Name Description
ImagePolylineAnnotation other

Properties

AnnotationSpec

Label of this polyline.

Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
Type Description
AnnotationSpec

NormalizedPolyline

Declaration
public NormalizedPolyline NormalizedPolyline { get; set; }
Property Value
Type Description
NormalizedPolyline

PolyCase

Declaration
public ImagePolylineAnnotation.PolyOneofCase PolyCase { get; }
Property Value
Type Description
ImagePolylineAnnotation.PolyOneofCase

Polyline

Declaration
public Polyline Polyline { get; set; }
Property Value
Type Description
Polyline
Back to top