public sealed class Landmark : IMessage<FaceAnnotation.Types.Landmark>, IEquatable<FaceAnnotation.Types.Landmark>, IDeepCloneable<FaceAnnotation.Types.Landmark>, IBufferMessage, IMessageA face-specific landmark (for example, a face feature).
Implements
IMessage<FaceAnnotation.Types.Landmark>, IEquatable<FaceAnnotation.Types.Landmark>, IDeepCloneable<FaceAnnotation.Types.Landmark>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
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 |
|