| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResult |
AmazonRekognitionClient.indexFaces(IndexFacesRequest request)
Detects faces in the input image and adds them to the specified collection.
|
IndexFacesResult |
AbstractAmazonRekognition.indexFaces(IndexFacesRequest request) |
IndexFacesResult |
AmazonRekognition.indexFaces(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
Future<IndexFacesResult> |
AbstractAmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest request) |
Future<IndexFacesResult> |
AmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
Future<IndexFacesResult> |
AmazonRekognitionAsyncClient.indexFacesAsync(IndexFacesRequest request) |
Future<IndexFacesResult> |
AbstractAmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
Future<IndexFacesResult> |
AmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest indexFacesRequest,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler)
Detects faces in the input image and adds them to the specified collection.
|
Future<IndexFacesResult> |
AmazonRekognitionAsyncClient.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<IndexFacesResult> |
AbstractAmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
Future<IndexFacesResult> |
AmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest indexFacesRequest,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler)
Detects faces in the input image and adds them to the specified collection.
|
Future<IndexFacesResult> |
AmazonRekognitionAsyncClient.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
IndexFacesRequest |
IndexFacesRequest.clone() |
IndexFacesRequest |
IndexFacesRequest.withCollectionId(String collectionId)
The ID of an existing collection to which you want to add the faces that are detected in the input images.
|
IndexFacesRequest |
IndexFacesRequest.withDetectionAttributes(Attribute... detectionAttributes)
An array of facial attributes you want to be returned.
|
IndexFacesRequest |
IndexFacesRequest.withDetectionAttributes(Collection<String> detectionAttributes)
An array of facial attributes you want to be returned.
|
IndexFacesRequest |
IndexFacesRequest.withDetectionAttributes(String... detectionAttributes)
An array of facial attributes you want to be returned.
|
IndexFacesRequest |
IndexFacesRequest.withExternalImageId(String externalImageId)
The ID you want to assign to all the faces detected in the image.
|
IndexFacesRequest |
IndexFacesRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
IndexFacesRequest |
IndexFacesRequest.withMaxFaces(Integer maxFaces)
The maximum number of faces to index.
|
IndexFacesRequest |
IndexFacesRequest.withQualityFilter(QualityFilter qualityFilter)
A filter that specifies a quality bar for how much filtering is done to identify faces.
|
IndexFacesRequest |
IndexFacesRequest.withQualityFilter(String qualityFilter)
A filter that specifies a quality bar for how much filtering is done to identify faces.
|
Copyright © 2025. All rights reserved.