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(Collection<Attribute> detectionAttributes) |
An array of facial attributes you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributes(Attribute... detectionAttributes) |
An array of facial attributes you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributesWithStrings(String... detectionAttributes) |
An array of facial attributes you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributesWithStrings(Collection<String> detectionAttributes) |
An array of facial attributes 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.qualityFilter(String qualityFilter) |
A filter that specifies a quality bar for how much filtering is done to identify faces.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.qualityFilter(QualityFilter qualityFilter) |
A filter that specifies a quality bar for how much filtering is done to identify faces.
|
IndexFacesRequest.Builder |
IndexFacesRequest.toBuilder() |
|