| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceDetail |
FaceDetection.face()
The face properties for the detected face.
|
FaceDetail |
CelebrityDetail.face()
Face details for the recognized celebrity.
|
FaceDetail |
PersonDetail.face()
Face details for the detected person.
|
FaceDetail |
UnindexedFace.faceDetail()
The structure that contains attributes of a face that
IndexFacesdetected, but didn't index. |
FaceDetail |
FaceRecord.faceDetail()
Structure containing attributes of the face that the algorithm detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaceDetail> |
DetectFacesResponse.faceDetails()
Details of each face found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
FaceDetection.Builder |
FaceDetection.Builder.face(FaceDetail face)
The face properties for the detected face.
|
CelebrityDetail.Builder |
CelebrityDetail.Builder.face(FaceDetail face)
Face details for the recognized celebrity.
|
PersonDetail.Builder |
PersonDetail.Builder.face(FaceDetail face)
Face details for the detected person.
|
UnindexedFace.Builder |
UnindexedFace.Builder.faceDetail(FaceDetail faceDetail)
The structure that contains attributes of a face that
IndexFacesdetected, but didn't index. |
FaceRecord.Builder |
FaceRecord.Builder.faceDetail(FaceDetail faceDetail)
Structure containing attributes of the face that the algorithm detected.
|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.faceDetails(FaceDetail... faceDetails)
Details of each face found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.faceDetails(Collection<FaceDetail> faceDetails)
Details of each face found in the image.
|
Copyright © 2021. All rights reserved.