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."],[[["The `Position` class represents a 3D point in an image, primarily utilized for face detection landmarks."],["A valid `Position` object must contain both `X` and `Y` coordinates, with values in the same scale as the original image."],["The `Position` class is part of the `Google.Cloud.Vision.V1` namespace and is found within the `Google.Cloud.Vision.V1.dll` assembly, implementing several interfaces like `IMessage` and `IDeepCloneable`."],["It offers properties to get and set the `X`, `Y`, and `Z` coordinates, all of which are of the `Single` type, representing their float value."],["The latest version of this documentation is 3.7.0 and it also includes documentation for versions 3.6.0, 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.5.0, 2.4.0 and 2.3.0, from which the documentation was pulled."]]],[]]