public sealed class NormalizedVertex : IMessage<NormalizedVertex>, IEquatable<NormalizedVertex>, IDeepCloneable<NormalizedVertex>, IBufferMessage, IMessage
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-21 UTC."],[[["The latest version of `NormalizedVertex` is 3.19.0, which is part of the `Google.Cloud.DocumentAI.V1` namespace and can be located in the Google.Cloud.DocumentAI.V1.dll assembly."],["`NormalizedVertex` represents a 2D point within an image, with its coordinates normalized to a range between 0 and 1."],["The `NormalizedVertex` class inherits from `Object` and implements `IMessage\u003cNormalizedVertex\u003e`, `IEquatable\u003cNormalizedVertex\u003e`, `IDeepCloneable\u003cNormalizedVertex\u003e`, `IBufferMessage`, and `IMessage`."],["The `NormalizedVertex` class provides two constructors, a parameterless one, and one that takes another `NormalizedVertex` object, and has properties for `X` and `Y` coordinates, both represented as single-precision floating-point numbers."],["The content provided shows an extensive history of versions, from 1.0.0 up to 3.19.0, each containing the NormalizedVertex class."]]],[]]