Uses of Class
software.amazon.awssdk.services.rekognition.model.AuditImage
-
Packages that use AuditImage Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of AuditImage in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return AuditImage Modifier and Type Method Description AuditImageGetFaceLivenessSessionResultsResponse. referenceImage()A high-quality image from the Face Liveness video that can be used for face comparison or search.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type AuditImage Modifier and Type Method Description List<AuditImage>GetFaceLivenessSessionResultsResponse. auditImages()A set of images from the Face Liveness video that can be used for audit purposes.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type AuditImage Modifier and Type Method Description GetFaceLivenessSessionResultsResponse.BuilderGetFaceLivenessSessionResultsResponse.Builder. auditImages(AuditImage... auditImages)A set of images from the Face Liveness video that can be used for audit purposes.GetFaceLivenessSessionResultsResponse.BuilderGetFaceLivenessSessionResultsResponse.Builder. referenceImage(AuditImage referenceImage)A high-quality image from the Face Liveness video that can be used for face comparison or search.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type AuditImage Modifier and Type Method Description GetFaceLivenessSessionResultsResponse.BuilderGetFaceLivenessSessionResultsResponse.Builder. auditImages(Collection<AuditImage> auditImages)A set of images from the Face Liveness video that can be used for audit purposes.
-