| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.auditImages(AuditImage... auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.auditImages(Collection<AuditImage> auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.auditImages(Consumer<AuditImage.Builder>... auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
static GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.builder() |
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.confidence(Float confidence)
Probabalistic confidence score for if the person in the given video was live, represented as a float value
between 0 to 100.
|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.referenceImage(AuditImage referenceImage)
A high-quality image from the Face Liveness video that can be used for face comparison or search.
|
default GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.referenceImage(Consumer<AuditImage.Builder> referenceImage)
A high-quality image from the Face Liveness video that can be used for face comparison or search.
|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.sessionId(String sessionId)
The sessionId for which this request was called.
|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.status(LivenessSessionStatus status)
Represents a status corresponding to the state of the session.
|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.Builder.status(String status)
Represents a status corresponding to the state of the session.
|
GetFaceLivenessSessionResultsResponse.Builder |
GetFaceLivenessSessionResultsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFaceLivenessSessionResultsResponse.Builder> |
GetFaceLivenessSessionResultsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.