Cloud Document AI v1beta3 API - Class Vertex (2.0.0-beta19)

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

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

Assembly

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

Property Value
TypeDescription
int