Skip to main content

IRekognitionLandmark

Interface in AWS.Rekognition

Interface for Landmark.

Properties

Type

property Type: string

The type of landmark.

Valid values: eyeLeft | eyeRight | nose | mouthLeft | mouthRight | leftEyeBrowLeft | leftEyeBrowRight | leftEyeBrowUp | rightEyeBrowLeft | rightEyeBrowRight | rightEyeBrowUp | leftEyeLeft | leftEyeRight | leftEyeUp | leftEyeDown | rightEyeLeft | rightEyeRight | rightEyeUp | rightEyeDown | noseLeft | noseRight | mouthUp | mouthDown | leftPupil | rightPupil | upperJawlineLeft | midJawlineLeft | chinBottom | midJawlineRight | upperJawlineRight.

X

property X: TOptional<Single>

The x-coordinate of the landmark expressed as a ratio of the width of the image.

Y

property Y: TOptional<Single>

The y-coordinate of the landmark expressed as a ratio of the height of the image.