Class GoogleCloudVideointelligenceV1p1beta1DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p1beta1DetectedLandmark : 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 GoogleCloudVideointelligenceV1p1beta1NormalizedVertex Point { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p1beta1NormalizedVertex |