Cloud Document AI v1beta3 API - Class NormalizedVertex (2.0.0-beta18)

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

Reference documentation and code samples for the Cloud Document AI v1beta3 API class NormalizedVertex.

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

Inheritance

object > NormalizedVertex

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

NormalizedVertex()

public NormalizedVertex()

NormalizedVertex(NormalizedVertex)

public NormalizedVertex(NormalizedVertex other)
Parameter
NameDescription
otherNormalizedVertex

Properties

X

public float X { get; set; }

X coordinate.

Property Value
TypeDescription
float

Y

public float Y { get; set; }

Y coordinate (starts from the top of the image).

Property Value
TypeDescription
float