public sealed class Vertex : IMessage<Vertex>, IEquatable<Vertex>, IDeepCloneable<Vertex>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Vertex.
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
Namespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Vertex()
public Vertex()Vertex(Vertex)
public Vertex(Vertex other)| Parameter | |
|---|---|
| Name | Description |
other |
Vertex |
Properties
X
public double X { get; set; }X coordinate.
| Property Value | |
|---|---|
| Type | Description |
double |
|
Y
public double Y { get; set; }Y coordinate.
| Property Value | |
|---|---|
| Type | Description |
double |
|