| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFaceLivenessSessionResult> |
AbstractAmazonRekognitionAsync.createFaceLivenessSessionAsync(CreateFaceLivenessSessionRequest request,
AsyncHandler<CreateFaceLivenessSessionRequest,CreateFaceLivenessSessionResult> asyncHandler) |
Future<CreateFaceLivenessSessionResult> |
AmazonRekognitionAsync.createFaceLivenessSessionAsync(CreateFaceLivenessSessionRequest createFaceLivenessSessionRequest,
AsyncHandler<CreateFaceLivenessSessionRequest,CreateFaceLivenessSessionResult> asyncHandler)
This API operation initiates a Face Liveness session.
|
Future<CreateFaceLivenessSessionResult> |
AmazonRekognitionAsyncClient.createFaceLivenessSessionAsync(CreateFaceLivenessSessionRequest request,
AsyncHandler<CreateFaceLivenessSessionRequest,CreateFaceLivenessSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFaceLivenessSessionRequest |
CreateFaceLivenessSessionRequest.clone() |
CreateFaceLivenessSessionRequest |
CreateFaceLivenessSessionRequest.withClientRequestToken(String clientRequestToken)
Idempotent token is used to recognize the Face Liveness request.
|
CreateFaceLivenessSessionRequest |
CreateFaceLivenessSessionRequest.withKmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key).
|
CreateFaceLivenessSessionRequest |
CreateFaceLivenessSessionRequest.withSettings(CreateFaceLivenessSessionRequestSettings settings)
A session settings object.
|
Copyright © 2025. All rights reserved.