GiniCaptureResultsDelegate
@objc
public protocol GiniCaptureResultsDelegate
The GiniCaptureResultsDelegate protocol defines methods that allow you to handle the analysis result.
-
Called when the analysis finished with results
Declaration
Swift
func giniCaptureAnalysisDidFinishWith(result: AnalysisResult)
Parameters
result
Contains the analysis result
-
Called when the analysis was cancelled.
Declaration
Swift
func giniCaptureDidCancelAnalysis()
-
Called when the ‘Enter Manually’ was pressed within No Result/ Error screen
Declaration
Swift
func giniCaptureDidEnterManually()