public sealed class Position : IMessage<Position>, IEquatable<Position>, IDeepCloneable<Position>, IBufferMessage, IMessage
A 3D position in the image, used primarily for Face detection landmarks.
A valid Position must have both x and y coordinates.
The position coordinates are in the same scale as the original image.
[[["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 webpage details the `Position` class within the `Google.Cloud.Vision.V1` namespace, which represents a 3D point in an image, primarily utilized for face detection landmarks."],["The `Position` class is implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and it inherits properties from `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `Position` class has constructors to create a new instance and a copy of another `Position` object, offering flexibility in object instantiation."],["The class includes `X`, `Y`, and `Z` properties of type `Single` to represent the 3D coordinates of a position, where `X` and `Y` are mandatory."],["The `Position` class has a version history, with version `3.7.0` being the latest and `2.5.0` currently displayed, alongside links to versions ranging from `2.3.0` to `3.6.0`."]]],[]]