UploadDelegate
@objc
public protocol UploadDelegate
The UploadDelegate protocol defines methods that allow you to notify the Gini Vision Library when a document upload has finished (either successfully or with an error)
-
Undocumented
Declaration
Swift
func uploadDidFail(for document: GiniVisionDocument, with error: Error)
-
Undocumented
Declaration
Swift
func uploadDidComplete(for document: GiniVisionDocument)