VerifyRawQuery

@JsonClass(generateAdapter = true)
data class VerifyRawQuery(@Json(name = "references") val references: List<DescriptorRaw>, @Json(name = "candidates") val candidates: List<DescriptorRaw>)

Query model of descriptors lists similarity. Each descriptor from the references list is compared to each descriptor from the candidates list.

Constructors

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

Properties

Link copied to clipboard

List of the compared candidates descriptors.

Link copied to clipboard

List of the compared descriptors.