Show / Hide Table of Contents

Class GoogleCloudVisionV1p2beta1FaceAnnotationLandmark

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.

Inheritance
object
GoogleCloudVisionV1p2beta1FaceAnnotationLandmark
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.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p2beta1FaceAnnotationLandmark : 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 GoogleCloudVisionV1p2beta1Position Position { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1Position

Type

Face landmark type.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX