Uses of Class
software.amazon.awssdk.services.rekognition.model.StartFaceDetectionResponse
-
Packages that use StartFaceDetectionResponse 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 StartFaceDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StartFaceDetectionResponse Modifier and Type Method Description default StartFaceDetectionResponseRekognitionClient. startFaceDetection(Consumer<StartFaceDetectionRequest.Builder> startFaceDetectionRequest)Starts asynchronous detection of faces in a stored video.default StartFaceDetectionResponseRekognitionClient. startFaceDetection(StartFaceDetectionRequest startFaceDetectionRequest)Starts asynchronous detection of faces in a stored video.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StartFaceDetectionResponse Modifier and Type Method Description default CompletableFuture<StartFaceDetectionResponse>RekognitionAsyncClient. startFaceDetection(Consumer<StartFaceDetectionRequest.Builder> startFaceDetectionRequest)Starts asynchronous detection of faces in a stored video.default CompletableFuture<StartFaceDetectionResponse>RekognitionAsyncClient. startFaceDetection(StartFaceDetectionRequest startFaceDetectionRequest)Starts asynchronous detection of faces in a stored video.
-