LivenessResponseLegacy

@JsonClass(generateAdapter = true)
data class LivenessResponseLegacy(@Json(name = "images") val images: List<ImagesResult>, @Json(name = "aggregate_estimations") val aggregateEstimation: AggregateEstimation?)

Response model of liveness query.

Constructors

Link copied to clipboard
constructor(@Json(name = "images") images: List<ImagesResult>, @Json(name = "aggregate_estimations") aggregateEstimation: AggregateEstimation?)

Properties

Link copied to clipboard

Aggregate results of liveness check.

Link copied to clipboard

List of the results by transmitted images.