| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Face.Builder |
Face.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
default Face.Builder |
Face.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box of the face.
|
static Face.Builder |
Face.builder() |
Face.Builder |
Face.Builder.confidence(Float confidence)
Confidence level that the bounding box contains a face (and not a different object such as a tree).
|
Face.Builder |
Face.Builder.externalImageId(String externalImageId)
Identifier that you assign to all the faces in the input image.
|
Face.Builder |
Face.Builder.faceId(String faceId)
Unique identifier that Amazon Rekognition assigns to the face.
|
Face.Builder |
Face.Builder.imageId(String imageId)
Unique identifier that Amazon Rekognition assigns to the input image.
|
Face.Builder |
Face.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Face.Builder> |
Face.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FaceMatch.Builder |
FaceMatch.Builder.face(Consumer<Face.Builder> 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.
|
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.
|
Copyright © 2021. All rights reserved.