AggregateEstimation

@JsonClass(generateAdapter = true)
data class AggregateEstimation(@Json(name = "liveness") val predictionResult: PredictionResult)

Model of aggregate result of liveness check.

Constructors

Link copied to clipboard
constructor(@Json(name = "liveness") predictionResult: PredictionResult)

Properties

Link copied to clipboard

Liveness check result.