| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
UnindexedFace |
UnindexedFace.clone() |
UnindexedFace |
UnindexedFace.withFaceDetail(FaceDetail faceDetail)
Structure containing attributes of a face that was detected, but not indexed, by
IndexFaces. |
UnindexedFace |
UnindexedFace.withReasons(Collection<String> reasons)
An array of reasons specifying why a face was not indexed.
|
UnindexedFace |
UnindexedFace.withReasons(Reason... reasons)
An array of reasons specifying why a face was not indexed.
|
UnindexedFace |
UnindexedFace.withReasons(String... reasons)
An array of reasons specifying why a face was not indexed.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnindexedFace> |
IndexFacesResult.getUnindexedFaces()
An array of faces that detected in the image but not indexed either because the quality filter deemed them to be
of low-quality or the
MaxFaces request parameter filtered them out. |
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResult |
IndexFacesResult.withUnindexedFaces(UnindexedFace... unindexedFaces)
An array of faces that detected in the image but not indexed either because the quality filter deemed them to be
of low-quality or the
MaxFaces request parameter filtered them out. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexFacesResult.setUnindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that detected in the image but not indexed either because the quality filter deemed them to be
of low-quality or the
MaxFaces request parameter filtered them out. |
IndexFacesResult |
IndexFacesResult.withUnindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that detected in the image but not indexed either because the quality filter deemed them to be
of low-quality or the
MaxFaces request parameter filtered them out. |
Copyright © 2018. All rights reserved.