Liveness

@JsonClass(generateAdapter = true)
data class Liveness(@Json(name = "estimations") val estimations: Estimations?, @Json(name = "prediction") val prediction: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "estimations") estimations: Estimations?, @Json(name = "prediction") prediction: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Enum: "spoof" "real" "unknown" Liveness prediction.