| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexFacesResponse.Builder |
IndexFacesResponse.builder() |
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.faceModelVersion(String faceModelVersion)
The version number of the face detection model that's associated with the input collection (
CollectionId). |
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.faceRecords(Collection<FaceRecord> faceRecords)
An array of faces detected and added to the collection.
|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.faceRecords(Consumer<FaceRecord.Builder>... faceRecords)
An array of faces detected and added to the collection.
|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.faceRecords(FaceRecord... faceRecords)
An array of faces detected and added to the collection.
|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection)
If your collection is associated with a face detection model that's later than version 3.0, the value of
OrientationCorrection is always null and no orientation information is returned. |
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.orientationCorrection(String orientationCorrection)
If your collection is associated with a face detection model that's later than version 3.0, the value of
OrientationCorrection is always null and no orientation information is returned. |
IndexFacesResponse.Builder |
IndexFacesResponse.toBuilder() |
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.unindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.unindexedFaces(Consumer<UnindexedFace.Builder>... unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
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 |
|---|---|
static Class<? extends IndexFacesResponse.Builder> |
IndexFacesResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.