Match

@JsonClass(generateAdapter = true)
data class Match(@Json(name = "candidates") val candidates: List<Candidate>)

Model of the identify match.

Constructors

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

Properties

Link copied to clipboard

List of the result candidates.