Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectFacesResponse
-
Packages that use DetectFacesResponse 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 DetectFacesResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DetectFacesResponse Modifier and Type Method Description default DetectFacesResponseRekognitionClient. detectFaces(Consumer<DetectFacesRequest.Builder> detectFacesRequest)Detects faces within an image that is provided as input.default DetectFacesResponseRekognitionClient. detectFaces(DetectFacesRequest detectFacesRequest)Detects faces within an image that is provided as input.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DetectFacesResponse Modifier and Type Method Description default CompletableFuture<DetectFacesResponse>RekognitionAsyncClient. detectFaces(Consumer<DetectFacesRequest.Builder> detectFacesRequest)Detects faces within an image that is provided as input.default CompletableFuture<DetectFacesResponse>RekognitionAsyncClient. detectFaces(DetectFacesRequest detectFacesRequest)Detects faces within an image that is provided as input.
-