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-03-21 UTC."],[[["This document outlines the `Landmark` class, which is a core component for defining face-specific features in the Google Cloud Vision API, specifically within the `Google.Cloud.Vision.V1` namespace."],["The `Landmark` class is part of the `FaceAnnotation.Types` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for complex data handling."],["The class has two constructors: a default one (`Landmark()`) and one that accepts another `FaceAnnotation.Types.Landmark` object for cloning (`Landmark(FaceAnnotation.Types.Landmark other)`)."],["It contains two primary properties: `Position`, which specifies the location of the landmark, and `Type`, which indicates the specific type of face landmark being described."],["This documentation provides links to the different versions available of this `Landmark` class, with version 3.7.0 being the most recent, and shows the inheritance tree."]]],[]]