| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<FaceRecord> |
IndexFacesResponse.faceRecords()
An array of faces detected and added to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.faceRecords(FaceRecord... faceRecords)
An array of faces detected and added to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.faceRecords(Collection<FaceRecord> faceRecords)
An array of faces detected and added to the collection.
|
Copyright © 2022. All rights reserved.