Class FaceAnnotation.Types.Landmark (3.0.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
Name Description
other FaceAnnotation.Types.Landmark

Properties

Position

public Position Position { get; set; }

Face landmark position.

Property Value
Type Description
Position

Type

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

Face landmark type.

Property Value
Type Description
FaceAnnotation.Types.Landmark.Types.Type