Structures
The following structures are available globally.
-
Luna ID API v4.
See moreDeclaration
Swift
public struct APIv4
-
Luna ID API v6.
See moreDeclaration
Swift
public struct APIv6
-
Undocumented
See moreDeclaration
Swift
public struct EventQuery
-
Undocumented
See moreDeclaration
Swift
public struct GetFacesQuery
-
Undocumented
See moreDeclaration
Swift
public struct PerformVerificationQuery
-
Request to conduct verification of descriptors list similarity.
Each descriptor from the
See morereferences
list is compared to each descriptor from thecandidates
list.Declaration
Swift
public struct BatchVerificationQuery : Encodable
-
Request to create a person in Luna ID.
See moreDeclaration
Swift
public struct ExtractorQuery
-
Request to carry photo or descriptor identification.
See moreDeclaration
Swift
public struct IdentifyQuery
-
Undocumented
See moreDeclaration
Swift
public struct PersonQuery : Encodable
-
Request to check the image list for Liveness.
See moreDeclaration
Swift
public struct PredictLivenessQuery
-
Request to carry ID verification of a person.
See moreDeclaration
Swift
public struct VerifyQuery
-
Response to the request of conducting verification of descriptors list similarity.
See moreDeclaration
Swift
public struct BatchVerificationResponse : Decodable
-
Undocumented
Declaration
Swift
public struct CreateImageResponse : Decodable
-
Response to the request of creating a person in Luna ID.
See moreDeclaration
Swift
public struct ExtractorResponse : Codable
-
Undocumented
See moreDeclaration
Swift
public struct GetPersonsResponse : Decodable
-
Response to the request of photo or descriptor identification
See moreDeclaration
Swift
public struct IdentifyResponse : Codable
-
Response to the request to check the image list for Liveness.
See moreDeclaration
Swift
public struct LivenessPredictResponse : Decodable
-
Aggregate result of Liveness estimation.
See moreDeclaration
Swift
public struct AggregateEstimations : Decodable
-
Candidate.
See moreDeclaration
Swift
public struct Candidate : Codable
-
Liveness estimation.
See moreDeclaration
Swift
public struct Estimation : Decodable
-
Liveness result.
See moreDeclaration
Swift
public struct Liveness : Decodable
-
Processed image with Liveness prediction.
See moreDeclaration
Swift
public struct LivenessPredict : Decodable
-
Response to the request of carrying ID verification of a person.
See moreDeclaration
Swift
public struct VerifyResponse : Codable