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-03-21 UTC."],[[["This documentation covers the `Position` class within the Google Cloud Vision v1 API, specifically version 3.5.0, including links to other versions of the API."],["The `Position` class is used to represent a 3D point in an image, typically for face detection landmarks, and requires both X and Y coordinates to be valid."],["`Position` objects implement multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `X`, `Y`, and `Z` coordinates, each of which is of type float, representing the position in the image."],["The `Position` class can be constructed with default values or by copying an existing `Position` object."]]],[]]