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-04-17 UTC."],[[["The `NormalizedVertex` class represents a 2D point within an image, using coordinates that are normalized relative to the original image's dimensions, ranging from 0 to 1."],["This class, which implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is located within the `Google.Cloud.Vision.V1` namespace and is part of the `Google.Cloud.Vision.V1.dll` assembly."],["The `NormalizedVertex` class has two properties, `X` and `Y`, which are both of type `Single` and represent the normalized X and Y coordinates of the vertex, respectively."],["The `NormalizedVertex` class has two constructors, a default constructor, and a constructor that accepts another `NormalizedVertex` object as a parameter for easy creation and duplication of the object."],["There is a history of releases for the API, with version 3.7.0 being the most recent, and the data provided showing a history of versions all the way back to 2.3.0."]]],[]]