| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceRecord |
FaceRecord.clone() |
FaceRecord |
FaceRecord.withFace(Face face) |
FaceRecord |
FaceRecord.withFaceDetail(FaceDetail faceDetail) |
| 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 © 2017. All rights reserved.