PredictionResult

@JsonClass(generateAdapter = true)
data class PredictionResult(@Json(name = "prediction") val prediction: Int, @Json(name = "estimations") val estimations: Estimation)

Result model of liveness check.

Constructors

Link copied to clipboard
constructor(@Json(name = "prediction") prediction: Int, @Json(name = "estimations") estimations: Estimation)

Properties

Link copied to clipboard

Liveness estimations result.

Link copied to clipboard

Liveness check result. 1 - alive, 0 - not.