public static interface SearchFacesRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<SearchFacesRequest.Builder,SearchFacesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchFacesRequest.Builder |
collectionId(String collectionId)
ID of the collection the face belongs to.
|
SearchFacesRequest.Builder |
faceId(String faceId)
ID of a face to find matches for in the collection.
|
SearchFacesRequest.Builder |
faceMatchThreshold(Float faceMatchThreshold)
Optional value specifying the minimum confidence in the face match to return.
|
SearchFacesRequest.Builder |
maxFaces(Integer maxFaces)
Maximum number of faces to return.
|
SearchFacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchFacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchFacesRequest.Builder collectionId(String collectionId)
ID of the collection the face belongs to.
collectionId - ID of the collection the face belongs to.SearchFacesRequest.Builder faceId(String faceId)
ID of a face to find matches for in the collection.
faceId - ID of a face to find matches for in the collection.SearchFacesRequest.Builder maxFaces(Integer maxFaces)
Maximum number of faces to return. The operation returns the maximum number of faces with the highest confidence in the match.
maxFaces - Maximum number of faces to return. The operation returns the maximum number of faces with the highest
confidence in the match.SearchFacesRequest.Builder faceMatchThreshold(Float faceMatchThreshold)
Optional value specifying the minimum confidence in the face match to return. For example, don't return any matches where confidence in matches is less than 70%. The default value is 80%.
faceMatchThreshold - Optional value specifying the minimum confidence in the face match to return. For example, don't
return any matches where confidence in matches is less than 70%. The default value is 80%.SearchFacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchFacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.