Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1beta2DetectedLandmark

A generic detected landmark represented by name in string format and a 2D location.

Inheritance
object
GoogleCloudVideointelligenceV1beta2DetectedLandmark
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1beta2DetectedLandmark : IDirectResponseSchema

Properties

Confidence

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

Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Point

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

Declaration
[JsonProperty("point")]
public virtual GoogleCloudVideointelligenceV1beta2NormalizedVertex Point { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1beta2NormalizedVertex

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX