| 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 |
|---|---|
SearchFacesByImageResult |
AbstractAmazonRekognition.searchFacesByImage(SearchFacesByImageRequest request) |
SearchFacesByImageResult |
AmazonRekognition.searchFacesByImage(SearchFacesByImageRequest searchFacesByImageRequest)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
SearchFacesByImageResult |
AmazonRekognitionClient.searchFacesByImage(SearchFacesByImageRequest request)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchFacesByImageResult> |
AbstractAmazonRekognitionAsync.searchFacesByImageAsync(SearchFacesByImageRequest request,
AsyncHandler<SearchFacesByImageRequest,SearchFacesByImageResult> asyncHandler) |
Future<SearchFacesByImageResult> |
AmazonRekognitionAsync.searchFacesByImageAsync(SearchFacesByImageRequest searchFacesByImageRequest,
AsyncHandler<SearchFacesByImageRequest,SearchFacesByImageResult> asyncHandler)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
Future<SearchFacesByImageResult> |
AmazonRekognitionAsyncClient.searchFacesByImageAsync(SearchFacesByImageRequest request,
AsyncHandler<SearchFacesByImageRequest,SearchFacesByImageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchFacesByImageResult |
SearchFacesByImageResult.clone() |
SearchFacesByImageResult |
SearchFacesByImageResult.withFaceMatches(Collection<FaceMatch> faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
SearchFacesByImageResult |
SearchFacesByImageResult.withFaceMatches(FaceMatch... faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
SearchFacesByImageResult |
SearchFacesByImageResult.withFaceModelVersion(String faceModelVersion)
Version number of the face detection model associated with the input collection (
CollectionId). |
SearchFacesByImageResult |
SearchFacesByImageResult.withSearchedFaceBoundingBox(BoundingBox searchedFaceBoundingBox)
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
SearchFacesByImageResult |
SearchFacesByImageResult.withSearchedFaceConfidence(Float searchedFaceConfidence)
The level of confidence that the
searchedFaceBoundingBox, contains a face. |
Copyright © 2024. All rights reserved.