| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static FaceRecord.Builder |
FaceRecord.builder() |
default FaceRecord.Builder |
FaceRecord.Builder.face(Consumer<Face.Builder> 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.
|
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.
|
default FaceRecord.Builder |
FaceRecord.Builder.faceDetail(Consumer<FaceDetail.Builder> faceDetail)
Structure containing attributes of the face that the algorithm detected.
|
FaceRecord.Builder |
FaceRecord.Builder.faceDetail(FaceDetail faceDetail)
Structure containing attributes of the face that the algorithm detected.
|
FaceRecord.Builder |
FaceRecord.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FaceRecord.Builder> |
FaceRecord.serializableBuilderClass() |
Copyright © 2020. All rights reserved.