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 latest version available for the `DetectedLandmark` class in the Google Cloud Video Intelligence v1 API is 3.4.0, with version 3.3.0 currently being documented."],["`DetectedLandmark` is a class representing a landmark detected in video, defined by a name and a 2D location, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Confidence`, a float value between 0 and 1 indicating the detection confidence, `Name`, the string name of the landmark, and `Point`, a `NormalizedVertex` object representing its 2D location in the image."],["The `DetectedLandmark` class offers two constructors: a parameterless constructor `DetectedLandmark()` and a constructor to create a new `DetectedLandmark` object based off an existing `DetectedLandmark` object."]]],[]]