Uses of Class
software.amazon.awssdk.services.rekognition.model.StartFaceSearchResponse
-
Packages that use StartFaceSearchResponse 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 StartFaceSearchResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StartFaceSearchResponse Modifier and Type Method Description default StartFaceSearchResponseRekognitionClient. startFaceSearch(Consumer<StartFaceSearchRequest.Builder> startFaceSearchRequest)Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.default StartFaceSearchResponseRekognitionClient. startFaceSearch(StartFaceSearchRequest startFaceSearchRequest)Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StartFaceSearchResponse Modifier and Type Method Description default CompletableFuture<StartFaceSearchResponse>RekognitionAsyncClient. startFaceSearch(Consumer<StartFaceSearchRequest.Builder> startFaceSearchRequest)Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.default CompletableFuture<StartFaceSearchResponse>RekognitionAsyncClient. startFaceSearch(StartFaceSearchRequest startFaceSearchRequest)Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.
-