| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceRecord |
FaceRecord.clone() |
FaceRecord |
FaceRecord.withFace(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image
ID that you assigned.
|
FaceRecord |
FaceRecord.withFaceDetail(FaceDetail faceDetail)
Structure containing attributes of the face that the algorithm detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaceRecord> |
IndexFacesResult.getFaceRecords()
An array of faces detected and added to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResult |
IndexFacesResult.withFaceRecords(FaceRecord... faceRecords)
An array of faces detected and added to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexFacesResult.setFaceRecords(Collection<FaceRecord> faceRecords)
An array of faces detected and added to the collection.
|
IndexFacesResult |
IndexFacesResult.withFaceRecords(Collection<FaceRecord> faceRecords)
An array of faces detected and added to the collection.
|
Copyright © 2018. All rights reserved.