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 in an image, with coordinates normalized to a range of 0 to 1 relative to the original image size."],["This class is part of the `Google.Cloud.VideoIntelligence.V1` namespace and is defined within the `Google.Cloud.VideoIntelligence.V1.dll` assembly."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities like message handling, equality comparison, deep cloning, and buffered message operations."],["The `NormalizedVertex` class has two key properties, `X` and `Y`, which are of type `Single` (float) and represent the X and Y coordinates of the vertex respectively."],["There are 2 constructors available for the `NormalizedVertex` class, a parameterless constructor and one that accepts another instance of `NormalizedVertex` as a parameter."]]],[]]