public sealed class NormalizedVertex : IMessage<NormalizedVertex>, IEquatable<NormalizedVertex>, IDeepCloneable<NormalizedVertex>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 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-04-17 UTC."],[[["This document provides reference information for the `NormalizedVertex` class within the Google Cloud Video Intelligence v1 API."],["`NormalizedVertex` represents a 2D point in an image, with coordinates normalized to range from 0 to 1 relative to the original image."],["The `NormalizedVertex` class has two main properties, `X` and `Y`, which represent the x and y coordinates of the vertex, respectively, as float values."],["The document also displays versions of the `NormalizedVertex` class, with 3.4.0 being the most recent, and 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0 being older."],["The `NormalizedVertex` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]