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-03-21 UTC."],[[["The `FaceAnnotation.Types.Landmark` class in the Google Cloud Vision v1 API represents a specific facial feature landmark."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide robust functionality."],["The `Landmark` class has two constructors: a default constructor and one that accepts another `FaceAnnotation.Types.Landmark` object for copying."],["It contains properties for `Position`, which defines the location of the landmark, and `Type`, which indicates the specific type of facial feature."],["The documentation provides versioning information, with the latest version being 3.7.0, and details on various inherited members from the base `Object` class."]]],[]]