Option

@Serializable
data class Option(val text: String, val score: Double, val freq: Int?, val collateMatch: Boolean?, val highlighted: String?)

Constructors

Link copied to clipboard
constructor(text: String, score: Double, freq: Int?, collateMatch: Boolean?, highlighted: String?)

Properties

Link copied to clipboard
@SerialName(value = "collate_match")
val collateMatch: Boolean?
Link copied to clipboard
val freq: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard