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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003ePosition\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Vision.V1\u003c/code\u003e namespace, which represents a 3D point in an image, primarily utilized for face detection landmarks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePosition\u003c/code\u003e class is implemented with \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, and it inherits properties from \u003ccode\u003eObject\u003c/code\u003e, such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePosition\u003c/code\u003e class has constructors to create a new instance and a copy of another \u003ccode\u003ePosition\u003c/code\u003e object, offering flexibility in object instantiation.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes \u003ccode\u003eX\u003c/code\u003e, \u003ccode\u003eY\u003c/code\u003e, and \u003ccode\u003eZ\u003c/code\u003e properties of type \u003ccode\u003eSingle\u003c/code\u003e to represent the 3D coordinates of a position, where \u003ccode\u003eX\u003c/code\u003e and \u003ccode\u003eY\u003c/code\u003e are mandatory.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePosition\u003c/code\u003e class has a version history, with version \u003ccode\u003e3.7.0\u003c/code\u003e being the latest and \u003ccode\u003e2.5.0\u003c/code\u003e currently displayed, alongside links to versions ranging from \u003ccode\u003e2.3.0\u003c/code\u003e to \u003ccode\u003e3.6.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]