FaceDetection

@JsonClass(generateAdapter = true)
data class FaceDetection(@Json(name = "face_attributes") val faceAttributes: FaceAttributes?, @Json(name = "sample") val sample: Sample?, @Json(name = "verifications") val verifications: List<Verification>?)

Constructors

Link copied to clipboard
constructor(@Json(name = "face_attributes") faceAttributes: FaceAttributes?, @Json(name = "sample") sample: Sample?, @Json(name = "verifications") verifications: List<Verification>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard