Uses of Class
software.amazon.awssdk.services.rekognition.model.GetFaceDetectionResponse
-
Packages that use GetFaceDetectionResponse 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.paginators -
-
Uses of GetFaceDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetFaceDetectionResponse Modifier and Type Method Description default GetFaceDetectionResponseRekognitionClient. getFaceDetection(Consumer<GetFaceDetectionRequest.Builder> getFaceDetectionRequest)Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.default GetFaceDetectionResponseRekognitionClient. getFaceDetection(GetFaceDetectionRequest getFaceDetectionRequest)Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetFaceDetectionResponse Modifier and Type Method Description default CompletableFuture<GetFaceDetectionResponse>RekognitionAsyncClient. getFaceDetection(Consumer<GetFaceDetectionRequest.Builder> getFaceDetectionRequest)Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.default CompletableFuture<GetFaceDetectionResponse>RekognitionAsyncClient. getFaceDetection(GetFaceDetectionRequest getFaceDetectionRequest)Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection. -
Uses of GetFaceDetectionResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type GetFaceDetectionResponse Modifier and Type Method Description Iterator<GetFaceDetectionResponse>GetFaceDetectionIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type GetFaceDetectionResponse Modifier and Type Method Description voidGetFaceDetectionPublisher. subscribe(org.reactivestreams.Subscriber<? super GetFaceDetectionResponse> subscriber)
-