MouthAttributes

@JsonClass(generateAdapter = true)
data class MouthAttributes(@Json(name = "occluded") val occluded: Int?, @Json(name = "opened") val opened: Int?, @Json(name = "score") val score: Int?, @Json(name = "smile") val smile: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "occluded") occluded: Int?, @Json(name = "opened") opened: Int?, @Json(name = "score") score: Int?, @Json(name = "smile") smile: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
val opened: Int?
Link copied to clipboard
val score: Int?
Link copied to clipboard
val smile: Int?