Uses of Class
software.amazon.awssdk.services.rekognition.model.SearchFacesResponse
-
Packages that use SearchFacesResponse 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 SearchFacesResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return SearchFacesResponse Modifier and Type Method Description default SearchFacesResponseRekognitionClient. searchFaces(Consumer<SearchFacesRequest.Builder> searchFacesRequest)For a given input face ID, searches for matching faces in the collection the face belongs to.default SearchFacesResponseRekognitionClient. searchFaces(SearchFacesRequest searchFacesRequest)For a given input face ID, searches for matching faces in the collection the face belongs to.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type SearchFacesResponse Modifier and Type Method Description default CompletableFuture<SearchFacesResponse>RekognitionAsyncClient. searchFaces(Consumer<SearchFacesRequest.Builder> searchFacesRequest)For a given input face ID, searches for matching faces in the collection the face belongs to.default CompletableFuture<SearchFacesResponse>RekognitionAsyncClient. searchFaces(SearchFacesRequest searchFacesRequest)For a given input face ID, searches for matching faces in the collection the face belongs to.
-