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."],[[["The `Landmark` class, found within the `Google.Cloud.Vision.V1` namespace, represents a specific feature or point on a face, and is a part of the Google Cloud Vision API."],["This class has two constructors, one default and another that accepts another `Landmark` object as a parameter, enabling the creation of new landmarks or copies of existing ones."],["It provides two properties, `Position` and `Type`, to describe the location and type of the face landmark, using the `Position` and `FaceAnnotation.Types.Landmark.Types.Type` classes respectively."],["The `Landmark` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating operations like comparison, deep cloning, and efficient message handling."],["The document includes a range of other versioned documentation for the `FaceAnnotation.Types.Landmark` class, with the latest version being `3.7.0`."]]],[]]