Uses of Class
software.amazon.awssdk.services.rekognition.model.GetFaceLivenessSessionResultsResponse
-
Packages that use GetFaceLivenessSessionResultsResponse 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 GetFaceLivenessSessionResultsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetFaceLivenessSessionResultsResponse Modifier and Type Method Description default GetFaceLivenessSessionResultsResponseRekognitionClient. getFaceLivenessSessionResults(Consumer<GetFaceLivenessSessionResultsRequest.Builder> getFaceLivenessSessionResultsRequest)Retrieves the results of a specific Face Liveness session.default GetFaceLivenessSessionResultsResponseRekognitionClient. getFaceLivenessSessionResults(GetFaceLivenessSessionResultsRequest getFaceLivenessSessionResultsRequest)Retrieves the results of a specific Face Liveness session.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetFaceLivenessSessionResultsResponse Modifier and Type Method Description default CompletableFuture<GetFaceLivenessSessionResultsResponse>RekognitionAsyncClient. getFaceLivenessSessionResults(Consumer<GetFaceLivenessSessionResultsRequest.Builder> getFaceLivenessSessionResultsRequest)Retrieves the results of a specific Face Liveness session.default CompletableFuture<GetFaceLivenessSessionResultsResponse>RekognitionAsyncClient. getFaceLivenessSessionResults(GetFaceLivenessSessionResultsRequest getFaceLivenessSessionResultsRequest)Retrieves the results of a specific Face Liveness session.
-