public sealed class FaceAnnotation.Types.Landmark : IMessage<FaceAnnotation.Types.Landmark>, IEquatable<FaceAnnotation.Types.Landmark>, IDeepCloneable<FaceAnnotation.Types.Landmark>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class FaceAnnotation.Types.Landmark.
A face-specific landmark (for example, a face feature).
Implements
IMessageFaceAnnotationTypesLandmark, IEquatableFaceAnnotationTypesLandmark, IDeepCloneableFaceAnnotationTypesLandmark, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
Landmark()
public Landmark()
Landmark(Landmark)
public Landmark(FaceAnnotation.Types.Landmark other)
Parameter | |
---|---|
Name | Description |
other | FaceAnnotationTypesLandmark |
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 |
FaceAnnotationTypesLandmarkTypesType |