This API operation initiates a Face Liveness session
Source:R/rekognition_operations.R
rekognition_create_face_liveness_session.RdThis API operation initiates a Face Liveness session. It returns a SessionId, which you can use to start streaming Face Liveness video and get the results for a Face Liveness session.
See https://www.paws-r-sdk.com/docs/rekognition_create_face_liveness_session/ for full documentation.
Usage
rekognition_create_face_liveness_session(
KmsKeyId = NULL,
Settings = NULL,
ClientRequestToken = NULL
)Arguments
- KmsKeyId
The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt audit images and reference images.
- Settings
A session settings object. It contains settings for the operation to be performed. For Face Liveness, it accepts
OutputConfigandAuditImagesLimit.- ClientRequestToken
Idempotent token is used to recognize the Face Liveness request. If the same token is used with multiple
create_face_liveness_sessionrequests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times.