public sealed class DetectedLandmark : IMessage<DetectedLandmark>, IEquatable<DetectedLandmark>, IDeepCloneable<DetectedLandmark>, IBufferMessage, IMessage
A generic detected landmark represented by name in string format and a 2D
location.
[[["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-09 UTC."],[[["This webpage provides documentation for the `DetectedLandmark` class within the `Google.Cloud.VideoIntelligence.V1` namespace, specifically version 3.0.0."],["The `DetectedLandmark` class represents a detected landmark in video analysis, featuring a name and a 2D location, and it can inherit members from the base `Object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Confidence` to get the confidence of the detected landmark, `Name` to get the name of the landmark, and `Point` to retrieve the 2D coordinates of the detected landmark using a normalized coordinate system."],["The documentation provides access to different versions of `DetectedLandmark`, ranging from version 2.2.0 to 3.4.0 (the latest)."]]],[]]