Verification

@JsonClass(generateAdapter = true)
data class Verification(@Json(name = "status") val status: Boolean, @Json(name = "similarity") val similarity: Double, @Json(name = "face") val faceVerification: FaceVerification)

Response model of the verification.

Constructors

Link copied to clipboard
constructor(@Json(name = "status") status: Boolean, @Json(name = "similarity") similarity: Double, @Json(name = "face") faceVerification: FaceVerification)

Properties

Link copied to clipboard

List of the face verifications.

Link copied to clipboard

Candidate similarity.

Link copied to clipboard

Status of verification. true - the reference and the candidate are considered the same person.