CardLivenessCheckResult
data class CardLivenessCheckResult(val screenCheckResult: CheckResult, val photocopyCheckResult: CheckResult, val cardHeldInHandCheckResult: CheckResult)
Structure representing the result of liveness checks for a card.
Constructors
Link copied to clipboard
constructor(screenCheckResult: CheckResult, photocopyCheckResult: CheckResult, cardHeldInHandCheckResult: CheckResult)
Properties
Link copied to clipboard
Result of the liveness check that detects whether a card is being held in human hands.
Link copied to clipboard
Result of the liveness check that detects whether the input image is a photocopy of a card.
Link copied to clipboard
Result of the liveness check that detects whether the card is displayed on a screen.