public sealed class ImageSegmentationAnnotation.Types.PolylineAnnotation : IMessage<ImageSegmentationAnnotation.Types.PolylineAnnotation>, IEquatable<ImageSegmentationAnnotation.Types.PolylineAnnotation>, IDeepCloneable<ImageSegmentationAnnotation.Types.PolylineAnnotation>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI 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 |
|