public sealed class Landmark : IMessage<FaceAnnotation.Types.Landmark>, IEquatable<FaceAnnotation.Types.Landmark>, IDeepCloneable<FaceAnnotation.Types.Landmark>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class FaceAnnotation.Types.Landmark.
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 documentation page covers the `FaceAnnotation.Types.Landmark` class within the Google Cloud Vision v1 API, used for representing specific face features."],["The `Landmark` class is part of the `Google.Cloud.Vision.V1` namespace and is found in the `Google.Cloud.Vision.V1.dll` assembly."],["The latest version available for this class is 3.7.0, while this particular documentation page is for version 3.3.0 and shows a history of version dating back to version 2.3.0."],["The `Landmark` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, `Landmark()` and `Landmark(FaceAnnotation.Types.Landmark other)`, as well as two properties: `Position` which is the face landmark position, and `Type` which is the face landmark type."]]],[]]