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 documentation for the `FaceAnnotation.Types.Landmark` class within the Google Cloud Vision v1 API, specifically version 3.5.0."],["The `FaceAnnotation.Types.Landmark` class represents a specific landmark on a face, as a class implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `Landmark()` constructor and a `Landmark(Landmark)` constructor for creating a new object from an existing one."],["The `FaceAnnotation.Types.Landmark` class includes two properties, `Position` which is of type `Position`, and `Type` which is of type `FaceAnnotation.Types.Landmark.Types.Type`."],["The document also lists the inheritance and implementation details, inherited members, namespace, assembly information, as well as the different versions of the class from 2.3.0 to the latest 3.7.0."]]],[]]