BatchVerificationQuery
public struct BatchVerificationQuery : Encodable
Request to conduct verification of descriptors list similarity.
Each descriptor from the references
list is compared to each descriptor from the candidates
list.
-
Descriptor.
See moreDeclaration
Swift
public struct Descriptor : Encodable
-
Инициализатор.
Declaration
Swift
public init(references: [Descriptor], candidates: [Descriptor])
Parameters
references
Список дескрипторов, сравниваемых с дескрипторами из списка кандадатов.
candidates
Список дескрипторов кандидатов.