Class Vertex (3.1.0)

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

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
Int32

Y

public int Y { get; set; }

Y coordinate.

Property Value
TypeDescription
Int32