public sealed class FaceAnnotation.Types.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-03-21 UTC."],[[["This document provides reference information for the `FaceAnnotation.Types.Landmark` class within the Google Cloud Vision v1 API, detailing its functionality as a face-specific landmark."],["The `FaceAnnotation.Types.Landmark` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered messaging."],["The latest version of this class is 3.7.0, and there are several previous versions listed, ranging back to version 2.3.0, allowing users to access documentation for different releases."],["The class includes two constructors: a default `Landmark()` constructor and a copy constructor `Landmark(Landmark other)`, which takes another `FaceAnnotation.Types.Landmark` object as a parameter."],["Key properties of this class are `Position`, representing the face landmark position, and `Type`, specifying the type of face landmark."]]],[]]