Uses of Class
software.amazon.awssdk.services.rekognition.model.IndexFacesResponse
-
Packages that use IndexFacesResponse 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 IndexFacesResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return IndexFacesResponse Modifier and Type Method Description default IndexFacesResponseRekognitionClient. indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)Detects faces in the input image and adds them to the specified collection.default IndexFacesResponseRekognitionClient. indexFaces(IndexFacesRequest indexFacesRequest)Detects faces in the input image and adds them to the specified collection.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type IndexFacesResponse Modifier and Type Method Description default CompletableFuture<IndexFacesResponse>RekognitionAsyncClient. indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)Detects faces in the input image and adds them to the specified collection.default CompletableFuture<IndexFacesResponse>RekognitionAsyncClient. indexFaces(IndexFacesRequest indexFacesRequest)Detects faces in the input image and adds them to the specified collection.
-