Match
public struct Match : Decodable
Result of two descriptors comparison.
-
Id of the candidate descriptor.
Declaration
Swift
public let candidateID: String
-
Similarity score. Values from 0 to 1. The higher the value, the more similarity.
Declaration
Swift
public let similarity: Double
-
Verification status.
Declaration
Swift
public let status: Bool