APIv6
public struct APIv6
Luna ID API v6.
-
Group of the images methods.
Declaration
Swift
public let images: APIv6.Images -
Group of the events methods.
Declaration
Swift
public let events: APIv6.Events -
Group of the verifiers methods.
Declaration
Swift
public let verifiers: APIv6.Verifiers -
Group of the faces methods.
Declaration
Swift
public let faces: APIv6.Faces -
Initializer API v6.
Declaration
Swift
public init(lunaAccountID: String, lunaServerURL: URL?)Parameters
lunaAccountIDLuna Account ID.
lunaServerURLServer URL.
-
Checks the list of images for Liveness.
The answer contains the probability that a real person is present in the image.
Declaration
Swift
func liveness(query: PredictLivenessQuery, requestId: String, handler: @escaping (Result<LivenessPredictResponse, Error>) -> Void)Parameters
queryRequest.
handlerResult.
-
Undocumented
See moreDeclaration
Swift
public struct EventsResponse : Codable -
Undocumented
See moreDeclaration
Swift
public struct Event : Codable -
Undocumented
See moreDeclaration
Swift
public struct Face : Codable -
Undocumented
See moreDeclaration
Swift
public struct Matches : Codable -
Undocumented
See moreDeclaration
Swift
public struct Candidates : Codable -
Undocumented
See moreDeclaration
Swift
public struct Candidate : Codable -
Undocumented
See moreDeclaration
Swift
public struct GetFacesResponse : Codable -
Undocumented
See moreDeclaration
Swift
public struct PerformVerificationResponse : Codable -
Undocumented
See moreDeclaration
Swift
public struct FaceDetection : Codable -
Undocumented
See moreDeclaration
Swift
public struct Image : Codable
APIv6 Structure Reference