Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectFacesRequest
-
Packages that use DetectFacesRequest 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.software.amazon.awssdk.services.rekognition.transform -
-
Uses of DetectFacesRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type DetectFacesRequest Modifier and Type Method Description default CompletableFuture<DetectFacesResponse>RekognitionAsyncClient. detectFaces(DetectFacesRequest 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. -
Uses of DetectFacesRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type DetectFacesRequest Modifier and Type Method Description SdkHttpFullRequestDetectFacesRequestMarshaller. marshall(DetectFacesRequest detectFacesRequest)
-