Class AuditImage
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.AuditImage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AuditImage.Builder,AuditImage>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuditImage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBoxboundingBox()Returns the value of the BoundingBox property for this object.static AuditImage.Builderbuilder()SdkBytesbytes()The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3Objects3Object()Returns the value of the S3Object property for this object.List<SdkField<?>>sdkFields()static Class<? extends AuditImage.Builder>serializableBuilderClass()AuditImage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bytes
public final SdkBytes bytes()
The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.
- Returns:
- The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.
-
s3Object
public final S3Object s3Object()
Returns the value of the S3Object property for this object.- Returns:
- The value of the S3Object property for this object.
-
boundingBox
public final BoundingBox boundingBox()
Returns the value of the BoundingBox property for this object.- Returns:
- The value of the BoundingBox property for this object.
-
toBuilder
public AuditImage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuditImage.Builder,AuditImage>
-
builder
public static AuditImage.Builder builder()
-
serializableBuilderClass
public static Class<? extends AuditImage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-