Images Result
@JsonClass(generateAdapter = true )
Result model of liveness check by image.
Constructors
Link copied to clipboard
constructor(@Json(name = "filename" ) filename: String, @Json(name = "status" ) status: Int, @Json(name = "liveness" ) predictionResult: PredictionResult?, @Json(name = "error" ) description: LivenessError)