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"]],[["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 document provides reference documentation for the `Position` class within the Google Cloud Vision v1 API, focusing on version 3.6.0."],["The `Position` class represents a 3D position in an image, typically used for face detection landmarks, requiring both x and y coordinates to be valid."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Position` class has properties for `X`, `Y`, and `Z` coordinates, all of which are represented as float values, and has two constructors `Position()` and `Position(Position other)`."],["There is a history of prior versions of this class ranging from 2.3.0 to the latest version, 3.7.0, each with its own specific documentation."]]],[]]