MatchResult

@JsonClass(generateAdapter = true)
data class MatchResult(@Json(name = "candidates") val candidates: List<Candidate>?, @Json(name = "label") val label: String?)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard