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 used for face detection landmarks."],["A valid `Position` object requires both X and Y coordinates, which are scaled to match the original image dimensions."],["The `Position` class can be constructed either with default values or by copying the properties from another `Position` object."],["It has three properties (`X`, `Y`, and `Z`) which are float types that represent the 3D coordinates."],["This class is available in multiple versions, from version 2.3.0 to the latest version 3.7.0."]]],[]]