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."],[[["This page details the `NormalizedVertex` class within the `Google.Cloud.DocumentAI.V1` namespace, providing a reference to 27 versions, with the latest being version 3.19.0."],["The `NormalizedVertex` class represents a 2D point in an image, with normalized coordinates that range from 0 to 1 and are relative to the original image dimensions."],["The `NormalizedVertex` class includes two constructors, a default one and one that takes another `NormalizedVertex` as a parameter."],["The `NormalizedVertex` class also includes two properties, X and Y, which represent the X and Y coordinates of the vertex respectively, and both return single float values."],["The class implements several interfaces including `IMessage\u003cNormalizedVertex\u003e`, `IEquatable\u003cNormalizedVertex\u003e`, `IDeepCloneable\u003cNormalizedVertex\u003e`, `IBufferMessage`, and `IMessage`, and inherits from `Object`."]]],[]]