| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
UnindexedFace |
UnindexedFace.clone() |
UnindexedFace |
UnindexedFace.withFaceDetail(FaceDetail faceDetail)
The structure that contains attributes of a face that
IndexFacesdetected, but didn't index. |
UnindexedFace |
UnindexedFace.withReasons(Collection<String> reasons)
An array of reasons that specify why a face wasn't indexed.
|
UnindexedFace |
UnindexedFace.withReasons(Reason... reasons)
An array of reasons that specify why a face wasn't indexed.
|
UnindexedFace |
UnindexedFace.withReasons(String... reasons)
An array of reasons that specify why a face wasn't indexed.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnindexedFace> |
IndexFacesResult.getUnindexedFaces()
An array of faces that were detected in the image but weren't indexed.
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResult |
IndexFacesResult.withUnindexedFaces(UnindexedFace... unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexFacesResult.setUnindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
IndexFacesResult |
IndexFacesResult.withUnindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
Copyright © 2021. All rights reserved.