Cloud Document AI v1 API - Class Vertex (3.3.0)

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

Reference documentation and code samples for the Cloud Document AI 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.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.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 (starts from the top of the image).

Property Value
TypeDescription
Int32