public sealed class Landmark : IMessage<FaceAnnotation.Types.Landmark>, IEquatable<FaceAnnotation.Types.Landmark>, IDeepCloneable<FaceAnnotation.Types.Landmark>, IBufferMessage, IMessage
A face-specific landmark (for example, a face feature).
[[["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 describes the `Landmark` class, a face-specific feature within the `Google.Cloud.Vision.V1` namespace, used for representing facial landmarks."],["The `Landmark` class has been implemented with the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from the Object class, like GetHashCode, GetType, MemberwiseClone and ToString."],["There are two constructors for the `Landmark` class, one default constructor `Landmark()` and one that accepts a `FaceAnnotation.Types.Landmark` parameter, allowing for the creation of a new instance based on an existing landmark."],["`Landmark` contains two properties: `Position`, which holds the face landmark position of type `Position`, and `Type`, which specifies the type of the face landmark, using the `FaceAnnotation.Types.Landmark.Types.Type` type."],["The most recent version listed in the document is 3.7.0, with other versions ranging from 3.6.0 down to 2.3.0, all of which are linked for different versions of `Landmark` class documentation."]]],[]]