| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Landmark |
Landmark.clone() |
Landmark |
Landmark.withType(LandmarkType type)
Type of landmark.
|
Landmark |
Landmark.withType(String type)
Type of landmark.
|
Landmark |
Landmark.withX(Float x)
The x-coordinate of the landmark expressed as a ratio of the width of the image.
|
Landmark |
Landmark.withY(Float y)
The y-coordinate of the landmark expressed as a ratio of the height of the image.
|
| Modifier and Type | Method and Description |
|---|---|
List<Landmark> |
FaceDetail.getLandmarks()
Indicates the location of landmarks on the face.
|
List<Landmark> |
ComparedFace.getLandmarks()
An array of facial landmarks.
|
| Modifier and Type | Method and Description |
|---|---|
FaceDetail |
FaceDetail.withLandmarks(Landmark... landmarks)
Indicates the location of landmarks on the face.
|
ComparedFace |
ComparedFace.withLandmarks(Landmark... landmarks)
An array of facial landmarks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setLandmarks(Collection<Landmark> landmarks)
Indicates the location of landmarks on the face.
|
void |
ComparedFace.setLandmarks(Collection<Landmark> landmarks)
An array of facial landmarks.
|
FaceDetail |
FaceDetail.withLandmarks(Collection<Landmark> landmarks)
Indicates the location of landmarks on the face.
|
ComparedFace |
ComparedFace.withLandmarks(Collection<Landmark> landmarks)
An array of facial landmarks.
|
Copyright © 2023. All rights reserved.