ResultSources

@JsonClass(generateAdapter = true)
data class ResultSources(@Json(name = "token_match") val tokenMatch: ResultSourcesData?, @Json(name = "embeddings_match") val embeddingsMatch: ResultSourcesData?) : Serializable

Models result sources

Constructors

Link copied to clipboard
fun ResultSources(@Json(name = "token_match") tokenMatch: ResultSourcesData?, @Json(name = "embeddings_match") embeddingsMatch: ResultSourcesData?)

Properties

Link copied to clipboard
val embeddingsMatch: ResultSourcesData?
Link copied to clipboard
val tokenMatch: ResultSourcesData?