CreateFaceLivenessSessionRequest
Types
Properties
Link copied to clipboard
Idempotent token is used to recognize the Face Liveness request. If the same token is used with multiple CreateFaceLivenessSession
requests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times.
Link copied to clipboard
A session settings object. It contains settings for the operation to be performed. For Face Liveness, it accepts OutputConfig
and AuditImagesLimit
.
Functions
Link copied to clipboard
inline fun copy(block: CreateFaceLivenessSessionRequest.Builder.() -> Unit = {}): CreateFaceLivenessSessionRequest