FaceQuality

@JsonClass(generateAdapter = true)
data class FaceQuality(@Json(name = "checks") val checks: Checks?, @Json(name = "estimate") val estimate: Int?, @Json(name = "filter") val filter: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "checks") checks: Checks?, @Json(name = "estimate") estimate: Int?, @Json(name = "filter") filter: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val filter: Int?