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Список дескрипторов кандидатов.
BatchVerificationQuery Structure Reference