IdentifyResponse

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

Response model of the identify query.

Constructors

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

Properties

Link copied to clipboard

List of the candidates sorted according to their similarity degree.