@Generated(value="software.amazon.awssdk:codegen") public final class CreateFaceLivenessSessionRequestSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateFaceLivenessSessionRequestSettings.Builder,CreateFaceLivenessSessionRequestSettings>
A session settings object. It contains settings for the operation to be performed. It accepts arguments for OutputConfig and AuditImagesLimit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFaceLivenessSessionRequestSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
auditImagesLimit()
Number of audit images to be returned back.
|
static CreateFaceLivenessSessionRequestSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LivenessOutputConfig |
outputConfig()
Can specify the location of an Amazon S3 bucket, where reference and audit images will be stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFaceLivenessSessionRequestSettings.Builder> |
serializableBuilderClass() |
CreateFaceLivenessSessionRequestSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LivenessOutputConfig outputConfig()
Can specify the location of an Amazon S3 bucket, where reference and audit images will be stored. Note that the Amazon S3 bucket must be located in the caller's AWS account and in the same region as the Face Liveness end-point. Additionally, the Amazon S3 object keys are auto-generated by the Face Liveness system.
public final Integer auditImagesLimit()
Number of audit images to be returned back. Takes an integer between 0-4. Any integer less than 0 will return 0, any integer above 4 will return 4 images in the response. By default, it is set to 0. The limit is best effort and is based on the actual duration of the selfie-video.
public CreateFaceLivenessSessionRequestSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFaceLivenessSessionRequestSettings.Builder,CreateFaceLivenessSessionRequestSettings>public static CreateFaceLivenessSessionRequestSettings.Builder builder()
public static Class<? extends CreateFaceLivenessSessionRequestSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.