| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
SearchUsersByImageRequest.getImage() |
Image |
SearchFacesByImageRequest.getImage()
The input image as base64-encoded bytes or an S3 object.
|
Image |
RecognizeCelebritiesRequest.getImage()
The input image as base64-encoded bytes or an S3 object.
|
Image |
IndexFacesRequest.getImage()
The input image as base64-encoded bytes or an S3 object.
|
Image |
DetectTextRequest.getImage()
The input image as base64-encoded bytes or an Amazon S3 object.
|
Image |
DetectProtectiveEquipmentRequest.getImage()
The image in which you want to detect PPE on detected persons.
|
Image |
DetectLabelsRequest.getImage()
The input image as base64-encoded bytes or an S3 object.
|
Image |
DetectFacesRequest.getImage()
The input image as base64-encoded bytes or an S3 object.
|
Image |
DetectCustomLabelsRequest.getImage() |
Image |
DetectModerationLabelsRequest.getImage()
The input image as base64-encoded bytes or an S3 object.
|
Image |
CompareFacesRequest.getSourceImage()
The input image as base64-encoded bytes or an S3 object.
|
Image |
CompareFacesRequest.getTargetImage()
The target image as base64-encoded bytes or an S3 object.
|
Image |
Image.withBytes(ByteBuffer bytes)
Blob of image bytes up to 5 MBs.
|
Image |
Image.withS3Object(S3Object s3Object)
Identifies an S3 object as the image source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUsersByImageRequest.setImage(Image image) |
void |
SearchFacesByImageRequest.setImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
void |
RecognizeCelebritiesRequest.setImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
void |
IndexFacesRequest.setImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
void |
DetectTextRequest.setImage(Image image)
The input image as base64-encoded bytes or an Amazon S3 object.
|
void |
DetectProtectiveEquipmentRequest.setImage(Image image)
The image in which you want to detect PPE on detected persons.
|
void |
DetectLabelsRequest.setImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
void |
DetectFacesRequest.setImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
void |
DetectCustomLabelsRequest.setImage(Image image) |
void |
DetectModerationLabelsRequest.setImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
void |
CompareFacesRequest.setSourceImage(Image sourceImage)
The input image as base64-encoded bytes or an S3 object.
|
void |
CompareFacesRequest.setTargetImage(Image targetImage)
The target image as base64-encoded bytes or an S3 object.
|
SearchUsersByImageRequest |
SearchUsersByImageRequest.withImage(Image image) |
SearchFacesByImageRequest |
SearchFacesByImageRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
RecognizeCelebritiesRequest |
RecognizeCelebritiesRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
IndexFacesRequest |
IndexFacesRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
DetectTextRequest |
DetectTextRequest.withImage(Image image)
The input image as base64-encoded bytes or an Amazon S3 object.
|
DetectProtectiveEquipmentRequest |
DetectProtectiveEquipmentRequest.withImage(Image image)
The image in which you want to detect PPE on detected persons.
|
DetectLabelsRequest |
DetectLabelsRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
DetectFacesRequest |
DetectFacesRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
DetectCustomLabelsRequest |
DetectCustomLabelsRequest.withImage(Image image) |
DetectModerationLabelsRequest |
DetectModerationLabelsRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
CompareFacesRequest |
CompareFacesRequest.withSourceImage(Image sourceImage)
The input image as base64-encoded bytes or an S3 object.
|
CompareFacesRequest |
CompareFacesRequest.withTargetImage(Image targetImage)
The target image as base64-encoded bytes or an S3 object.
|
Copyright © 2025. All rights reserved.