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."],[[["This document provides reference information for the `NormalizedVertex` class within the Google Cloud Document AI v1beta3 API, including its properties and methods."],["`NormalizedVertex` represents a 2D point within an image, with coordinates that are normalized to a range from 0 to 1 relative to the original image size."],["The class `NormalizedVertex` includes two key properties: `X` and `Y`, representing the X and Y coordinates of the vertex, respectively, both of which are of the float type."],["The API class is available in multiple versions, with the latest being 2.0.0-beta23, and other versions being 2.0.0-beta22, and 1.0.0-beta04."],["The class is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace and is found in the Google.Cloud.DocumentAI.V1Beta3.dll assembly."]]],[]]