GiniCapturePage
public struct GiniCapturePage : Diffable
                Page processed by the Gini Capture SDK when using Multipage analysis. It holds a document, an error (if any) and if it has been uploaded
- 
                  
                  
Undocumented
Declaration
Swift
public var document: GiniCaptureDocument - 
                  
                  
Undocumented
Declaration
Swift
public var error: Error? - 
                  
                  
Undocumented
Declaration
Swift
public var isUploaded: Bool - 
                  
                  
Undocumented
Declaration
Swift
public var primaryKey: String { get } - 
                  
                  
Undocumented
Declaration
Swift
public init(document: GiniCaptureDocument, error: Error? = nil, isUploaded: Bool = false) - 
                  
                  
Undocumented
Declaration
Swift
public func isUpdated(to element: GiniCapturePage) -> Bool 
    
        
            View on GitHub
          
      GiniCapturePage Structure Reference