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.
Implements
IMessageImageSegmentationAnnotationTypesPolylineAnnotation, IEquatableImageSegmentationAnnotationTypesPolylineAnnotation, IDeepCloneableImageSegmentationAnnotationTypesPolylineAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
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 |