AnalysisDelegate
@objc
public protocol AnalysisDelegate
                Delegate which can be used to communicate back to the analysis screen allowing to display custom messages on screen.
- 
                  
                  
Will display an error screen with predefined type.
Declaration
Swift
func displayError( errorType: ErrorType, animated: Bool )Parameters
messageThe error type to be displayed.
 - 
                  
                  
In case that the
GiniCaptureDocumentanalysed is an image it will display a no results screen with some capture suggestions.Declaration
Swift
func tryDisplayNoResultsScreen() 
    
        
            View on GitHub
          
      AnalysisDelegate Protocol Reference