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, version 2.3.0 of the library."],["`DetectedLandmark` is a class representing a generic landmark detected in a video, which is identified by a name and a 2D location."],["The class includes properties like `Confidence`, `Name`, and `Point`, representing the detection confidence, the name of the landmark, and its normalized 2D coordinates, respectively."],["The provided information for the class also mentions what interfaces it implements such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to showing what methods it inherits from `Object`."],["The webpage also lists previous versions of the class in the same namespace, with the most recent version being 3.4.0."]]],[]]