AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Indicates the location of the landmark on the face.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.Landmark

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class Landmark

The Landmark type exposes the following members

Constructors

NameDescription
Public Method Landmark()

Properties

NameTypeDescription
Public Property Type Amazon.Rekognition.LandmarkType

Gets and sets the property Type.

Type of landmark.

Public Property X System.Single

Gets and sets the property X.

The x-coordinate of the landmark expressed as a ratio of the width of the image. The x-coordinate is measured from the left-side of the image. For example, if the image is 700 pixels wide and the x-coordinate of the landmark is at 350 pixels, this value is 0.5.

Public Property Y System.Single

Gets and sets the property Y.

The y-coordinate of the landmark expressed as a ratio of the height of the image. The y-coordinate is measured from the top of the image. For example, if the image height is 200 pixels and the y-coordinate of the landmark is at 50 pixels, this value is 0.25.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5