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 outlines the `Landmark` class, a component of the Google Cloud Vision API's `FaceAnnotation` feature, specifically within version 3.1.0 of the .NET library."],["The `Landmark` class represents a specific point on a detected face, like a facial feature, and it can be implemented using the provided interfaces."],["The `Landmark` class offers two constructors: a default constructor (`Landmark()`) and a copy constructor (`Landmark(FaceAnnotation.Types.Landmark other)`)."],["The `Landmark` class has two properties: `Position` which defines the location of the landmark, and `Type` which defines the specific type of facial feature it is."],["The document details the inheritance and interface implementations for the `Landmark` class, including its relationship to `Object` and several `Google.Protobuf` interfaces, and lists all of its inherited members."]]],[]]