FaceDetection

@JsonClass(generateAdapter = true)
data class FaceDetection(@Json(name = "verifications") val verifications: List<Verification>)

Response model of the face detection.

Constructors

Link copied to clipboard
constructor(@Json(name = "verifications") verifications: List<Verification>)

Properties

Link copied to clipboard

List of verifications.