| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetFaceLivenessSessionResultsResult |
AmazonRekognitionClient.getFaceLivenessSessionResults(GetFaceLivenessSessionResultsRequest request)
Retrieves the results of a specific Face Liveness session.
|
GetFaceLivenessSessionResultsResult |
AbstractAmazonRekognition.getFaceLivenessSessionResults(GetFaceLivenessSessionResultsRequest request) |
GetFaceLivenessSessionResultsResult |
AmazonRekognition.getFaceLivenessSessionResults(GetFaceLivenessSessionResultsRequest getFaceLivenessSessionResultsRequest)
Retrieves the results of a specific Face Liveness session.
|
| Modifier and Type | Method and Description |
|---|---|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.clone() |
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withAuditImages(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.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withConfidence(Float confidence)
Probabalistic confidence score for if the person in the given video was live, represented as a float value
between 0 to 100.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withReferenceImage(AuditImage referenceImage)
A high-quality image from the Face Liveness video that can be used for face comparison or search.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withSessionId(String sessionId)
The sessionId for which this request was called.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withStatus(LivenessSessionStatus status)
Represents a status corresponding to the state of the session.
|
GetFaceLivenessSessionResultsResult |
GetFaceLivenessSessionResultsResult.withStatus(String status)
Represents a status corresponding to the state of the session.
|
Copyright © 2023. All rights reserved.