| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static FaceMatch.Builder |
FaceMatch.builder() |
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.
|
FaceMatch.Builder |
FaceMatch.Builder.face(Face 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.
|
FaceMatch.Builder |
FaceMatch.Builder.similarity(Float similarity)
Confidence in the match of this face with the input face.
|
FaceMatch.Builder |
FaceMatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FaceMatch.Builder> |
FaceMatch.serializableBuilderClass() |
Copyright © 2022. All rights reserved.