PredictLivenessQuery

data class PredictLivenessQuery(val photos: List<ByteArray>, val meta: Meta = Meta(), val aggregate: Boolean = true)

Liveness query model.

Constructors

Link copied to clipboard
constructor(photos: List<ByteArray>, meta: Meta = Meta(), aggregate: Boolean = true)

Properties

Link copied to clipboard
val aggregate: Boolean = true

True if it is necessary to combine liveness check results.

Link copied to clipboard
val meta: Meta

Information about the device.

Link copied to clipboard

List of the images.