| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model | |
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
Face |
FaceMatch.face()
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image
ID that you assigned.
|
Face |
FaceRecord.face()
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image
ID that you assigned.
|
| Modifier and Type | Method and Description |
|---|---|
List<Face> |
ListFacesResponse.faces()
An array of
Face objects. |
| Modifier and Type | Method and Description |
|---|---|
FaceMatch.Builder |
FaceMatch.Builder.face(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external
image ID that you assigned.
|
FaceRecord.Builder |
FaceRecord.Builder.face(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external
image ID that you assigned.
|
ListFacesResponse.Builder |
ListFacesResponse.Builder.faces(Face... faces)
An array of
Face objects. |
| Modifier and Type | Method and Description |
|---|---|
ListFacesResponse.Builder |
ListFacesResponse.Builder.faces(Collection<Face> faces)
An array of
Face objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Face> |
ListFacesIterable.faces()
Returns an iterable to iterate through the paginated
ListFacesResponse.faces() member. |
SdkPublisher<Face> |
ListFacesPublisher.faces()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.