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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `NormalizedVertex` class in the Cloud Document AI v1beta3 API represents a 2D point within an image, with coordinates normalized to a 0 to 1 range relative to the original image's dimensions."],["This class is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace and is available in the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly, having been inherited from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`NormalizedVertex` instances can be created using a default constructor or a copy constructor, and it exposes the properties `X` and `Y`, both of which are floats, for accessing the X and Y coordinates of the vertex."],["The documentation for `NormalizedVertex` includes reference information for versions 2.0.0-beta23, 2.0.0-beta22, and 1.0.0-beta04, with beta23 being the most recent."]]],[]]