Uses of Class
software.amazon.awssdk.services.rekognition.model.CompareFacesResponse
-
Packages that use CompareFacesResponse 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 CompareFacesResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return CompareFacesResponse Modifier and Type Method Description default CompareFacesResponseRekognitionClient. compareFaces(Consumer<CompareFacesRequest.Builder> compareFacesRequest)Compares a face in the source input image with each of the 100 largest faces detected in the target input image.default CompareFacesResponseRekognitionClient. compareFaces(CompareFacesRequest compareFacesRequest)Compares a face in the source input image with each of the 100 largest faces detected in the target input image.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type CompareFacesResponse Modifier and Type Method Description default CompletableFuture<CompareFacesResponse>RekognitionAsyncClient. compareFaces(Consumer<CompareFacesRequest.Builder> compareFacesRequest)Compares a face in the source input image with each of the 100 largest faces detected in the target input image.default CompletableFuture<CompareFacesResponse>RekognitionAsyncClient. compareFaces(CompareFacesRequest compareFacesRequest)Compares a face in the source input image with each of the 100 largest faces detected in the target input image.
-