public sealed class Vertex : IMessage<Vertex>, IEquatable<Vertex>, IDeepCloneable<Vertex>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class Vertex.
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Namespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
Vertex()
public Vertex()Vertex(Vertex)
public Vertex(Vertex other)| Parameter | |
|---|---|
| Name | Description |
other |
Vertex |
Properties
X
public int X { get; set; }X coordinate.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Y
public int Y { get; set; }Y coordinate.
| Property Value | |
|---|---|
| Type | Description |
int |
|