| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
default IndexFacesResponse |
RekognitionClient.indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
default CompletableFuture<IndexFacesResponse> |
RekognitionAsyncClient.indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexFacesRequest.Builder |
IndexFacesRequest.builder() |
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.collectionId(String collectionId)
The ID of an existing collection to which you want to add the faces that are detected in the input images.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributes(Attribute... detectionAttributes)
An array of facial attributes that you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributes(Collection<Attribute> detectionAttributes)
An array of facial attributes that you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributesWithStrings(Collection<String> detectionAttributes)
An array of facial attributes that you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributesWithStrings(String... detectionAttributes)
An array of facial attributes that you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.externalImageId(String externalImageId)
The ID you want to assign to all the faces detected in the image.
|
default IndexFacesRequest.Builder |
IndexFacesRequest.Builder.image(Consumer<Image.Builder> image)
The input image as base64-encoded bytes or an S3 object.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.image(Image image)
The input image as base64-encoded bytes or an S3 object.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.maxFaces(Integer maxFaces)
The maximum number of faces to index.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.qualityFilter(QualityFilter qualityFilter)
A filter that specifies how much filtering is done to identify faces that are detected with low quality.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.qualityFilter(String qualityFilter)
A filter that specifies how much filtering is done to identify faces that are detected with low quality.
|
IndexFacesRequest.Builder |
IndexFacesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IndexFacesRequest.Builder> |
IndexFacesRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.