| 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 |
|---|---|
SearchFacesResult |
AbstractAmazonRekognition.searchFaces(SearchFacesRequest request) |
SearchFacesResult |
AmazonRekognitionClient.searchFaces(SearchFacesRequest request)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
SearchFacesResult |
AmazonRekognition.searchFaces(SearchFacesRequest searchFacesRequest)
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> |
AmazonRekognitionAsyncClient.searchFacesAsync(SearchFacesRequest request) |
Future<SearchFacesResult> |
AbstractAmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest request) |
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,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
Future<SearchFacesResult> |
AbstractAmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest request,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchFacesResult> |
AmazonRekognitionAsyncClient.searchFacesAsync(SearchFacesRequest request,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
Future<SearchFacesResult> |
AbstractAmazonRekognitionAsync.searchFacesAsync(SearchFacesRequest request,
AsyncHandler<SearchFacesRequest,SearchFacesResult> asyncHandler) |
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.
|
| 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)
Version number of the face detection model associated with the input collection (
CollectionId). |
SearchFacesResult |
SearchFacesResult.withSearchedFaceId(String searchedFaceId)
ID of the face that was searched for matches in a collection.
|
Copyright © 2024. All rights reserved.