Uses of Class
software.amazon.awssdk.services.rekognition.model.SearchFacesByImageResponse
-
Packages that use SearchFacesByImageResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. -
-
Uses of SearchFacesByImageResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return SearchFacesByImageResponse Modifier and Type Method Description default SearchFacesByImageResponseRekognitionClient. searchFacesByImage(Consumer<SearchFacesByImageRequest.Builder> searchFacesByImageRequest)For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.default SearchFacesByImageResponseRekognitionClient. 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.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type SearchFacesByImageResponse Modifier and Type Method Description default CompletableFuture<SearchFacesByImageResponse>RekognitionAsyncClient. searchFacesByImage(Consumer<SearchFacesByImageRequest.Builder> searchFacesByImageRequest)For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.default CompletableFuture<SearchFacesByImageResponse>RekognitionAsyncClient. 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.
-