Cloud AI Platform v1beta1 API - Class ImageSegmentationAnnotation.Types.PolylineAnnotation (1.0.0-beta03)

public sealed class ImageSegmentationAnnotation.Types.PolylineAnnotation : IMessage<ImageSegmentationAnnotation.Types.PolylineAnnotation>, IEquatable<ImageSegmentationAnnotation.Types.PolylineAnnotation>, IDeepCloneable<ImageSegmentationAnnotation.Types.PolylineAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageSegmentationAnnotation.Types.PolylineAnnotation.

Represents a polyline in image.

Inheritance

object > ImageSegmentationAnnotation.Types.PolylineAnnotation

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

PolylineAnnotation()

public PolylineAnnotation()

PolylineAnnotation(PolylineAnnotation)

public PolylineAnnotation(ImageSegmentationAnnotation.Types.PolylineAnnotation other)
Parameter
Name Description
other ImageSegmentationAnnotationTypesPolylineAnnotation

Properties

AnnotationSpecId

public string AnnotationSpecId { get; set; }

The resource Id of the AnnotationSpec that this Annotation pertains to.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

The display name of the AnnotationSpec that this Annotation pertains to.

Property Value
Type Description
string

Vertexes

public RepeatedField<Vertex> Vertexes { get; }

The vertexes are connected one by one and the last vertex in not connected to the first one.

Property Value
Type Description
RepeatedFieldVertex