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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eDetectedLandmark\u003c/code\u003e is a class representing a landmark detected in video, identified by name and 2D location.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDetectedLandmark\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e for message handling and object comparison.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eConfidence\u003c/code\u003e which provides the score for the likelihood of the landmark, \u003ccode\u003eName\u003c/code\u003e to define the name of the detected landmark, and \u003ccode\u003ePoint\u003c/code\u003e which specifies the normalized 2D location.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a default constructor, and one that accepts another instance of \u003ccode\u003eDetectedLandmark\u003c/code\u003e to create a new instance based on it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDetectedLandmark\u003c/code\u003e class inherits members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]