rekognition_get_face_liveness_session_results: Retrieves the results of a specific Face Liveness session

View source: R/rekognition_operations.R

rekognition_get_face_liveness_session_resultsR Documentation

Retrieves the results of a specific Face Liveness session

Description

Retrieves the results of a specific Face Liveness session. It requires the sessionId as input, which was created using create_face_liveness_session. Returns the corresponding Face Liveness confidence score, a reference image that includes a face bounding box, and audit images that also contain face bounding boxes. The Face Liveness confidence score ranges from 0 to 100.

See https://www.paws-r-sdk.com/docs/rekognition_get_face_liveness_session_results/ for full documentation.

Usage

rekognition_get_face_liveness_session_results(SessionId)

Arguments

SessionId

[required] A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.