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."],[[["The latest version of the Google Cloud Vision v1 API class Position is 3.7.0, and there are multiple previous versions available, ranging from 3.6.0 to 2.3.0."],["The `Position` class represents a 3D point in an image, primarily used for landmarks in Face detection, with coordinates that are scaled according to the original image size."],["The `Position` class can be constructed without any arguments or by providing another `Position` object as the parameter."],["The `Position` class has properties for X, Y, and Z coordinates, each of type float, allowing for the representation of a 3D position."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]