Structures

The following structures are available globally.

  • Luna ID API v4.

    See more

    Declaration

    Swift

    public struct APIv4
  • Luna ID API v6.

    See more

    Declaration

    Swift

    public struct APIv6
  • Undocumented

    See more

    Declaration

    Swift

    public struct EventQuery
  • Undocumented

    See more

    Declaration

    Swift

    public struct GetFacesQuery
  • Undocumented

    See more

    Declaration

    Swift

    public struct PerformVerificationQuery
  • Request to conduct verification of descriptors list similarity.

    Each descriptor from the references list is compared to each descriptor from the candidates list.

    See more

    Declaration

    Swift

    public struct BatchVerificationQuery : Encodable
  • Request to create a person in Luna ID.

    See more

    Declaration

    Swift

    public struct ExtractorQuery
  • Request to carry photo or descriptor identification.

    See more

    Declaration

    Swift

    public struct IdentifyQuery
  • Undocumented

    See more

    Declaration

    Swift

    public struct PersonQuery : Encodable
  • Request to check the image list for Liveness.

    See more

    Declaration

    Swift

    public struct PredictLivenessQuery
  • Request to carry ID verification of a person.

    See more

    Declaration

    Swift

    public struct VerifyQuery
  • Response to the request of conducting verification of descriptors list similarity.

    See more

    Declaration

    Swift

    public struct BatchVerificationResponse : Decodable
  • Undocumented

    Declaration

    Swift

    public struct CreateImageResponse : Decodable
  • Response to the request of creating a person in Luna ID.

    See more

    Declaration

    Swift

    public struct ExtractorResponse : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct GetPersonsResponse : Decodable
  • Response to the request of photo or descriptor identification

    See more

    Declaration

    Swift

    public struct IdentifyResponse : Codable
  • Response to the request to check the image list for Liveness.

    See more

    Declaration

    Swift

    public struct LivenessPredictResponse : Decodable
  • Aggregate result of Liveness estimation.

    See more

    Declaration

    Swift

    public struct AggregateEstimations : Decodable
  • Candidate.

    See more

    Declaration

    Swift

    public struct Candidate : Codable
  • Liveness estimation.

    See more

    Declaration

    Swift

    public struct Estimation : Decodable
  • Liveness result.

    See more

    Declaration

    Swift

    public struct Liveness : Decodable
  • Processed image with Liveness prediction.

    See more

    Declaration

    Swift

    public struct LivenessPredict : Decodable
  • Response to the request of carrying ID verification of a person.

    See more

    Declaration

    Swift

    public struct VerifyResponse : Codable