Class FaceAnnotation.Types.Landmark (2.3.0)

public sealed class Landmark : IMessage<FaceAnnotation.Types.Landmark>, IEquatable<FaceAnnotation.Types.Landmark>, IDeepCloneable<FaceAnnotation.Types.Landmark>, IBufferMessage, IMessage

A face-specific landmark (for example, a face feature).

Inheritance

Object > FaceAnnotation.Types.Landmark

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

Landmark()

public Landmark()

Landmark(FaceAnnotation.Types.Landmark)

public Landmark(FaceAnnotation.Types.Landmark other)
Parameter
NameDescription
otherFaceAnnotation.Types.Landmark

Properties

Position

public Position Position { get; set; }

Face landmark position.

Property Value
TypeDescription
Position

Type

public FaceAnnotation.Types.Landmark.Types.Type Type { get; set; }

Face landmark type.

Property Value
TypeDescription
FaceAnnotation.Types.Landmark.Types.Type