| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static FaceDetection.Builder |
FaceDetection.builder() |
default FaceDetection.Builder |
FaceDetection.Builder.face(Consumer<FaceDetail.Builder> face)
The face properties for the detected face.
|
FaceDetection.Builder |
FaceDetection.Builder.face(FaceDetail face)
The face properties for the detected face.
|
FaceDetection.Builder |
FaceDetection.Builder.timestamp(Long timestamp)
Time, in milliseconds from the start of the video, that the face was detected.
|
FaceDetection.Builder |
FaceDetection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FaceDetection.Builder> |
FaceDetection.serializableBuilderClass() |
Copyright © 2021. All rights reserved.