| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceDetection |
FaceDetection.clone() |
FaceDetection |
FaceDetection.withFace(FaceDetail face)
The face properties for the detected face.
|
FaceDetection |
FaceDetection.withTimestamp(Long timestamp)
Time, in milliseconds from the start of the video, that the face was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaceDetection> |
GetFaceDetectionResult.getFaces()
An array of faces detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetFaceDetectionResult |
GetFaceDetectionResult.withFaces(FaceDetection... faces)
An array of faces detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFaceDetectionResult.setFaces(Collection<FaceDetection> faces)
An array of faces detected in the video.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withFaces(Collection<FaceDetection> faces)
An array of faces detected in the video.
|
Copyright © 2021. All rights reserved.