LookupResult
public struct LookupResult
Represents the result of a document lookup in a selfie.Done workflow.
-
The type of the document identified in the lookup.
Declaration
Swift
public let documentType: Jumio.PhysicalDocument.DocumentType -
Represents the legal terms the user must agree to before the found document can be processed
Declaration
Swift
public let legalStatement: Jumio.LookupResult.LegalStatement -
Represents the legal terms the user must agree to before the found document can be processed
See moreDeclaration
Swift
public struct LegalStatement
View on GitHub