Google Cloud Video Intelligence v1 API - Class DetectedLandmark (3.1.0)

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.

Inheritance

Object > DetectedLandmark

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

DetectedLandmark()

public DetectedLandmark()

DetectedLandmark(DetectedLandmark)

public DetectedLandmark(DetectedLandmark other)
Parameter
NameDescription
otherDetectedLandmark

Properties

Confidence

public float Confidence { get; set; }

The confidence score of the detected landmark. Range [0, 1].

Property Value
TypeDescription
Single

Name

public string Name { get; set; }

The name of this landmark, for example, left_hand, right_shoulder.

Property Value
TypeDescription
String

Point

public NormalizedVertex Point { get; set; }

The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.

Property Value
TypeDescription
NormalizedVertex