| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnindexedFace> |
IndexFacesResponse.unindexedFaces()
An array of faces that were detected in the image but weren't indexed.
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.unindexedFaces(UnindexedFace... unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.unindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
Copyright © 2019. All rights reserved.