| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
SearchFacesResult |
AbstractAmazonRekognition.searchFaces(SearchFacesRequest request) |
SearchFacesResult |
AmazonRekognition.searchFaces(SearchFacesRequest searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
SearchFacesResult |
AmazonRekognitionClient.searchFaces(SearchFacesRequest request)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchFacesResult> |
AmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
Future<SearchFacesResult> |
AmazonRekognitionAsyncClient.searchFacesAsync(SearchFacesRequest request) |
Future<SearchFacesResult> |
AbstractAmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest request) |
Future<SearchFacesResult> |
AmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest searchFacesRequest,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
Future<SearchFacesResult> |
AmazonRekognitionAsyncClient.searchFacesAsync(SearchFacesRequest request,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
Future<SearchFacesResult> |
AbstractAmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest request,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchFacesResult> |
AmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest searchFacesRequest,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
Future<SearchFacesResult> |
AmazonRekognitionAsyncClient.searchFacesAsync(SearchFacesRequest request,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
Future<SearchFacesResult> |
AbstractAmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest request,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchFacesResult |
SearchFacesResult.clone() |
SearchFacesResult |
SearchFacesResult.withFaceMatches(Collection<FaceMatch> faceMatches)
An array of faces that matched the input face, along with the confidence in the match.
|
SearchFacesResult |
SearchFacesResult.withFaceMatches(FaceMatch... faceMatches)
An array of faces that matched the input face, along with the confidence in the match.
|
SearchFacesResult |
SearchFacesResult.withFaceModelVersion(String faceModelVersion)
Latest face model being used with the collection.
|
SearchFacesResult |
SearchFacesResult.withSearchedFaceId(String searchedFaceId)
ID of the face that was searched for matches in a collection.
|
Copyright © 2022. All rights reserved.