public static interface GetFaceLivenessSessionResultsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<GetFaceLivenessSessionResultsResponse.Builder,GetFaceLivenessSessionResultsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFaceLivenessSessionResultsResponse.Builder |
auditImages(AuditImage... auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
GetFaceLivenessSessionResultsResponse.Builder |
auditImages(Collection<AuditImage> auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
GetFaceLivenessSessionResultsResponse.Builder |
auditImages(Consumer<AuditImage.Builder>... auditImages)
A set of images from the Face Liveness video that can be used for audit purposes.
|
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 |
referenceImage(AuditImage referenceImage)
A high-quality image from the Face Liveness video that can be used for face comparison or search.
|
default 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 |
sessionId(String sessionId)
The sessionId for which this request was called.
|
GetFaceLivenessSessionResultsResponse.Builder |
status(LivenessSessionStatus status)
Represents a status corresponding to the state of the session.
|
GetFaceLivenessSessionResultsResponse.Builder |
status(String status)
Represents a status corresponding to the state of the session.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFaceLivenessSessionResultsResponse.Builder sessionId(String sessionId)
The sessionId for which this request was called.
sessionId - The sessionId for which this request was called.GetFaceLivenessSessionResultsResponse.Builder status(String status)
Represents a status corresponding to the state of the session. Possible statuses are: CREATED, IN_PROGRESS, SUCCEEDED, FAILED, EXPIRED.
status - Represents a status corresponding to the state of the session. Possible statuses are: CREATED,
IN_PROGRESS, SUCCEEDED, FAILED, EXPIRED.LivenessSessionStatus,
LivenessSessionStatusGetFaceLivenessSessionResultsResponse.Builder status(LivenessSessionStatus status)
Represents a status corresponding to the state of the session. Possible statuses are: CREATED, IN_PROGRESS, SUCCEEDED, FAILED, EXPIRED.
status - Represents a status corresponding to the state of the session. Possible statuses are: CREATED,
IN_PROGRESS, SUCCEEDED, FAILED, EXPIRED.LivenessSessionStatus,
LivenessSessionStatusGetFaceLivenessSessionResultsResponse.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.
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 referenceImage(AuditImage referenceImage)
A high-quality image from the Face Liveness video that can be used for face comparison or search. It includes a bounding box of the face and the Base64-encoded bytes that return an image. If the CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an S3Object specified in the output configuration. In case the reference image is not returned, it's recommended to retry the Liveness check.
referenceImage - A high-quality image from the Face Liveness video that can be used for face comparison or search. It
includes a bounding box of the face and the Base64-encoded bytes that return an image. If the
CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an
S3Object specified in the output configuration. In case the reference image is not returned, it's
recommended to retry the Liveness check.default 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. It includes a bounding box of the face and the Base64-encoded bytes that return an image. If the CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an S3Object specified in the output configuration. In case the reference image is not returned, it's recommended to retry the Liveness check.
This is a convenience method that creates an instance of theAuditImage.Builder avoiding the need to
create one manually via AuditImage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to referenceImage(AuditImage).
referenceImage - a consumer that will call methods on AuditImage.BuilderreferenceImage(AuditImage)GetFaceLivenessSessionResultsResponse.Builder auditImages(Collection<AuditImage> auditImages)
A set of images from the Face Liveness video that can be used for audit purposes. It includes a bounding box of the face and the Base64-encoded bytes that return an image. If the CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an S3Object specified in the output configuration.
auditImages - A set of images from the Face Liveness video that can be used for audit purposes. It includes a
bounding box of the face and the Base64-encoded bytes that return an image. If the
CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an
S3Object specified in the output configuration.GetFaceLivenessSessionResultsResponse.Builder auditImages(AuditImage... auditImages)
A set of images from the Face Liveness video that can be used for audit purposes. It includes a bounding box of the face and the Base64-encoded bytes that return an image. If the CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an S3Object specified in the output configuration.
auditImages - A set of images from the Face Liveness video that can be used for audit purposes. It includes a
bounding box of the face and the Base64-encoded bytes that return an image. If the
CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an
S3Object specified in the output configuration.GetFaceLivenessSessionResultsResponse.Builder auditImages(Consumer<AuditImage.Builder>... auditImages)
A set of images from the Face Liveness video that can be used for audit purposes. It includes a bounding box of the face and the Base64-encoded bytes that return an image. If the CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an S3Object specified in the output configuration.
This is a convenience method that creates an instance of theAuditImage.Builder avoiding the need to create one
manually via AuditImage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #auditImages(List.
auditImages - a consumer that will call methods on
AuditImage.Builder#auditImages(java.util.Collection) Copyright © 2023. All rights reserved.