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-02 UTC."],[[["The `NormalizedVertex` class represents a 2D point within an image, with coordinates normalized to a 0-1 range relative to the original image's dimensions."],["This class is part of the `Google.Cloud.VideoIntelligence.V1` namespace and is defined within the `Google.Cloud.VideoIntelligence.V1.dll` assembly."],["It inherits from `Object` and implements several interfaces including `IMessage\u003cNormalizedVertex\u003e`, `IEquatable\u003cNormalizedVertex\u003e`, `IDeepCloneable\u003cNormalizedVertex\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a default one and one that takes another `NormalizedVertex` instance as parameter."],["The class includes two properties which are `X` and `Y` and they represent the coordinates of the vertex, both of which are represented as a float type."]]],[]]