Google Cloud Vision v1 API - Class Vertex (3.6.0)

public sealed class Vertex : IMessage<Vertex>, IEquatable<Vertex>, IDeepCloneable<Vertex>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Vertex

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

Vertex()

public Vertex()

Vertex(Vertex)

public Vertex(Vertex other)
Parameter
NameDescription
otherVertex

Properties

X

public int X { get; set; }

X coordinate.

Property Value
TypeDescription
int

Y

public int Y { get; set; }

Y coordinate.

Property Value
TypeDescription
int