@Generated(value="software.amazon.awssdk:codegen") public final class AuditImage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuditImage.Builder,AuditImage>
An image that is picked from the Face Liveness video and returned for audit trail purposes, returned as Base64-encoded bytes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuditImage.Builder |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
boundingBox()
Returns the value of the BoundingBox property for this object.
|
static AuditImage.Builder |
builder() |
SdkBytes |
bytes()
The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit
purposes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Object |
s3Object()
Returns the value of the S3Object property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuditImage.Builder> |
serializableBuilderClass() |
AuditImage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes bytes()
The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.
public final S3Object s3Object()
public final BoundingBox boundingBox()
public AuditImage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuditImage.Builder,AuditImage>public static AuditImage.Builder builder()
public static Class<? extends AuditImage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.