| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
LivenessOutputConfig |
LivenessOutputConfig.clone() |
LivenessOutputConfig |
CreateFaceLivenessSessionRequestSettings.getOutputConfig()
Can specify the location of an Amazon S3 bucket, where reference and audit images will be stored.
|
LivenessOutputConfig |
LivenessOutputConfig.withS3Bucket(String s3Bucket)
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
|
LivenessOutputConfig |
LivenessOutputConfig.withS3KeyPrefix(String s3KeyPrefix)
The prefix prepended to the output files for the Face Liveness session results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFaceLivenessSessionRequestSettings.setOutputConfig(LivenessOutputConfig outputConfig)
Can specify the location of an Amazon S3 bucket, where reference and audit images will be stored.
|
CreateFaceLivenessSessionRequestSettings |
CreateFaceLivenessSessionRequestSettings.withOutputConfig(LivenessOutputConfig outputConfig)
Can specify the location of an Amazon S3 bucket, where reference and audit images will be stored.
|
Copyright © 2024. All rights reserved.