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."],[[["This document provides reference information for the `DetectedLandmark` class within the Google Cloud Video Intelligence v1 API, specifically version 3.1.0, and details how it represents a generic landmark."],["The `DetectedLandmark` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class has two constructors, a default constructor and one that accepts another `DetectedLandmark` object as a parameter for copying or modifying values."],["The `DetectedLandmark` class has three properties: `Confidence` which represents the detection confidence score, `Name` which indicates the landmark's name, and `Point` that stores the normalized 2D coordinates of the detected landmark."],["The document includes links to previous versions, from version 3.0.0 up to the latest 3.4.0 version, and back to version 2.2.0."]]],[]]