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