| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
AuditImage |
AuditImage.clone() |
AuditImage |
GetFaceLivenessSessionResultsResult.getReferenceImage()
A high-quality image from the Face Liveness video that can be used for face comparison or search.
|
AuditImage |
AuditImage.withBoundingBox(BoundingBox boundingBox) |
AuditImage |
AuditImage.withBytes(ByteBuffer bytes)
The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit
purposes.
|
AuditImage |
AuditImage.withS3Object(S3Object s3Object) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditImage> |
GetFaceLivenessSessionResultsResult.getAuditImages()
A set of images from the Face Liveness video that can be used for audit purposes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFaceLivenessSessionResultsResult.setReferenceImage(AuditImage referenceImage)
A high-quality image from the Face Liveness video that can be used for face comparison or search.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withAuditImages(AuditImage... auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withReferenceImage(AuditImage referenceImage)
A high-quality image from the Face Liveness video that can be used for face comparison or search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFaceLivenessSessionResultsResult.setAuditImages(Collection<AuditImage> auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withAuditImages(Collection<AuditImage> auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
Copyright © 2025. All rights reserved.