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, used to represent a 3D position in an image, particularly for face detection landmarks."],["The `Position` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Position` class contains three properties: `X`, `Y`, and `Z`, representing the x, y, and z coordinates of the position, all of type `Single` (float)."],["There are multiple versions of the `Position` documentation available, from version 2.3.0 up to the latest 3.7.0, each with their own individual documentation."]]],[]]