Class GoogleCloudVisionV1p3beta1FaceAnnotationLandmark
A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the
image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that 0 <= x < width
or 0 <= y < height
.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p3beta1FaceAnnotationLandmark : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Position
Face landmark position.
Declaration
[JsonProperty("position")]
public virtual GoogleCloudVisionV1p3beta1Position Position { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1Position |
Type
Face landmark type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |