BatchVerificationResponse

public struct BatchVerificationResponse : Decodable

Response to the request of conducting verification of descriptors list similarity.

  • List of descriptor comparison results.

    Declaration

    Swift

    public let matches: [VerificationMatch]
  • Result of comparing a reference descriptor to descriptors candidates.

    See more

    Declaration

    Swift

    public struct VerificationMatch : Decodable