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."],[[["This document provides reference documentation for the `Position` class within the Google Cloud Vision v1 API, focusing on version 3.3.0."],["The `Position` class represents a 3D position in an image, with mandatory X and Y coordinates and an optional Z coordinate for depth."],["The coordinates of a `Position` object are scaled to match the dimensions of the original image and are primarily used for face detection landmarks."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be constructed with an empty constructor, or by using another `Position` object as a parameter."],["The `Position` class contains 3 properties, each of type Single, those properties are `X`, `Y`, and `Z`, which represent the coordinates within the image."]]],[]]