FaceAttributes

@JsonClass(generateAdapter = true)
data class FaceAttributes(@Json(name = "attribute_id") val attributeId: String?, @Json(name = "basic_attributes") val basicAttributes: BasicAttributes?, @Json(name = "samples") val samples: List<String>?, @Json(name = "score") val score: Double?, @Json(name = "url") val url: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "attribute_id") attributeId: String?, @Json(name = "basic_attributes") basicAttributes: BasicAttributes?, @Json(name = "samples") samples: List<String>?, @Json(name = "score") score: Double?, @Json(name = "url") url: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String?