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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eNormalizedVertex\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.DocumentAI.V1\u003c/code\u003e namespace, detailing its functionality and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNormalizedVertex\u003c/code\u003e class represents a 2D point in an image, with coordinates normalized to a range between 0 and 1 relative to the original image size.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists available versions of the class, ranging from version 1.0.0 to the latest release of version 3.19.0, with links to each specific version's documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNormalizedVertex\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting members from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class features properties \u003ccode\u003eX\u003c/code\u003e and \u003ccode\u003eY\u003c/code\u003e, representing the X and Y coordinates of the vertex, both are of the data type Single.\u003c/p\u003e\n"]]],[],null,[]]