Uses of Class
software.amazon.awssdk.services.rekognition.model.StartFaceSearchRequest
-
Packages that use StartFaceSearchRequest 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 StartFaceSearchRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type StartFaceSearchRequest Modifier and Type Method Description 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.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. -
Uses of StartFaceSearchRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type StartFaceSearchRequest Modifier and Type Method Description SdkHttpFullRequestStartFaceSearchRequestMarshaller. marshall(StartFaceSearchRequest startFaceSearchRequest)
-