public sealed class DetectedLandmark : IMessage<DetectedLandmark>, IEquatable<DetectedLandmark>, IDeepCloneable<DetectedLandmark>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class DetectedLandmark.
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."],[[["The `DetectedLandmark` class, part of the Google Cloud Video Intelligence v1 API, represents a landmark detected in a video, described by its name and 2D location."],["This class is implemented within multiple versions, including the latest version 3.4.0, version 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0 and 2.2.0."],["`DetectedLandmark` inherits from the base .NET `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DetectedLandmark` class has public properties `Confidence`, `Name`, and `Point` that allow access to the confidence score, name and point of the detected landmark respectively."],["The class provides two constructors: a default constructor and one that accepts another `DetectedLandmark` object as a parameter for initialization."]]],[]]