public sealed class Position : IMessage<Position>, IEquatable<Position>, IDeepCloneable<Position>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class Position.
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 document provides reference documentation for the \u003ccode\u003ePosition\u003c/code\u003e class within the Google Cloud Vision v1 API, focusing on version 3.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePosition\u003c/code\u003e class represents a 3D position in an image, with mandatory X and Y coordinates and an optional Z coordinate for depth.\u003c/p\u003e\n"],["\u003cp\u003eThe coordinates of a \u003ccode\u003ePosition\u003c/code\u003e object are scaled to match the dimensions of the original image and are primarily used for face detection landmarks.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and can be constructed with an empty constructor, or by using another \u003ccode\u003ePosition\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePosition\u003c/code\u003e class contains 3 properties, each of type Single, those properties are \u003ccode\u003eX\u003c/code\u003e, \u003ccode\u003eY\u003c/code\u003e, and \u003ccode\u003eZ\u003c/code\u003e, which represent the coordinates within the image.\u003c/p\u003e\n"]]],[],null,[]]