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."],[[["The content describes the `Landmark` class, which is a face-specific landmark feature within the `Google.Cloud.Vision.V1` namespace."],["The `Landmark` class is part of the `FaceAnnotation.Types` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the `Landmark` class documented, ranging from version 2.3.0 to the latest version 3.7.0, each located under their respective version-specific documentation links."],["The `Landmark` class has two constructors, one default and another that takes another `FaceAnnotation.Types.Landmark` object as a parameter, and has two properties `Position` and `Type`."],["The class inherits members from the base `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]